目录 / nanotools
MCP
鉴权未知
未评级
已上架
nanotools
x402 pay-per-call MCP server: 45 micro-tools for AI agents - Google Trends, SERP, SEO audits, screenshots, PDF, weather, FX, whois. No signup, no API keys; agents pay per call in USDC on Base.
该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链
模型生成摘要(rules/v1 · 2026-09-27 17:09):x402 pay-per-call MCP server: 45 micro-tools for AI agents - Google Trends, SERP, SEO audits, screenshots, PDF, weather,…
这是模型对公开材料的总结,不是官方声明,请以原链内容为准。
这是模型对公开材料的总结,不是官方声明,请以原链内容为准。
接入信息
- 传输形态
- http
- 鉴权方式
- 鉴权未知
- 端点
https://nanotools--e17.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
"mcpServers": {
"nanotools": {
"url": "https://nanotools--e17.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| api_sha256 | SHA-256 and SHA-512 digests for any text (?text=). Deterministic, local, stable JSON. [HTTP x402 price: $0.001] |
| api_base64 | Base64 encode or decode. ?op=enc|dec&data=... Tolerant to missing padding. [HTTP x402 price: $0.001] |
| api_hash_multi | MD5, SHA-1, SHA-256, SHA-512 in one call. ?text=... [HTTP x402 price: $0.001] |
| api_random | Cryptographically secure random number. ?min=&max= (ints, default 0..100). [HTTP x402 price: $0.001] |
| api_uuid | Generate UUIDv4 (and optional count ?n= up to 100). [HTTP x402 price: $0.001] |
| api_slug | URL slug from any text. ?text=Hello%20World -> hello-world [HTTP x402 price: $0.001] |
| api_password | Secure random password. ?len=16&symbols=1 [HTTP x402 price: $0.001] |
| api_json | Validate + pretty-print JSON. ?data={...} (urlencoded). [HTTP x402 price: $0.001] |
| api_text_stats | Text statistics: words, chars, sentences, reading time. ?text=... [HTTP x402 price: $0.001] |
| api_csv2json | Convert CSV to JSON array. ?data=<csv urlencoded>&delim=, [HTTP x402 price: $0.001] |
| api_urlcode | URL encode/decode. ?op=enc|dec&data=... [HTTP x402 price: $0.001] |
| api_timestamp | Unix timestamp <-> ISO8601 both ways. ?ts=1690000000 or ?iso=2026-01-01T00:00:00Z [HTTP x402 price: $0.001] |
| api_search | Google web search. ?q=query&num=5 returns organic results with title, link, snippet. [HTTP x402 price: $0.002] |
| api_scrape | Fetch a web page and return clean readable text. ?url=https://example.com [HTTP x402 price: $0.003] |
| api_dns | DNS lookup: A, AAAA, MX, TXT, NS, CNAME records for a domain. ?name=example.com&type=A [HTTP x402 price: $0.001] |
| api_qr | QR code generator. ?data=<text>&size=256 -> PNG as base64 in JSON. [HTTP x402 price: $0.001] |
| api_jwt_decode | Decode a JWT header and payload WITHOUT signature verification. ?token=<jwt> [HTTP x402 price: $0.001] |
| api_regex | Test a regex against text: matches with groups and positions. ?pattern=<re>&text=<text>&flags=i [HTTP x402 price: $0.001] |
| api_cron_parse | Explain a cron expression: next 3 run times in UTC. ?expr=*/5 * * * * [HTTP x402 price: $0.001] |
| api_yaml2json | Convert YAML to JSON. ?data=<yaml urlencoded> [HTTP x402 price: $0.001] |
| api_toml2json | Convert TOML to JSON. ?data=<toml urlencoded> [HTTP x402 price: $0.001] |
| api_markdown2html | Convert Markdown to HTML (tables, fenced code). ?text=<markdown urlencoded> [HTTP x402 price: $0.001] |
| api_diff | Unified diff of two texts with changed line count. ?a=<text>&b=<text> [HTTP x402 price: $0.001] |
| api_html_entities | Escape or unescape HTML entities. ?op=enc|dec&data=<text> [HTTP x402 price: $0.001] |
| api_unit_convert | Convert units: length, weight, volume, data size, temperature. ?value=100&from=cm&to=inch [HTTP x402 price: $0.001] |
| api_color_convert | Convert colors between hex, rgb, hsl. ?color=#ff0000 or rgb(255,0,0) [HTTP x402 price: $0.001] |
| api_lorem | Lorem ipsum placeholder generator. ?paras=3 or ?words=50 [HTTP x402 price: $0.001] |
| api_weather | Current weather + 7-day forecast by city name or lat/lon (open-meteo, no key needed). ?city=Moscow [HTTP x402 price: $0.002] |
| api_fx_rates | ECB reference currency exchange rates. ?base=USD&symbols=EUR,GBP or ?date=2026-01-15 [HTTP x402 price: $0.002] |
| api_whois | Domain registration data via RDAP: registrar, created/updated/expires, status, nameservers. ?domain=example.com [HTTP x402 price: $0.003] |
| api_rss | Parse any RSS or Atom feed into clean JSON items. ?url=<feed>&limit=10 [HTTP x402 price: $0.002] |
| api_ip_info | IP geolocation and network info: country, city, ASN/org, timezone. ?ip=1.2.3.4 [HTTP x402 price: $0.002] |
| api_trends | Google Trends interest over time for a keyword (weekly points, peak). ?q=casino&geo=US&time=12-m|5-y [HTTP x402 price: $0.02] |
| api_trends_related | Google Trends related queries: top and rising search terms for a keyword. ?q=casino&geo=&time=12-m [HTTP x402 price: $0.02] |
| api_trends_region | Google Trends interest by region/country for a keyword. ?q=casino&geo=&time=12-m [HTTP x402 price: $0.02] |
| api_seo_meta | SEO snapshot of a page: title, description, OG/Twitter meta, h1s, h2 count, canonical, robots meta, lang, word count. ?url= [HTTP x402 price: $0.005] |
| api_robots_audit | Audit robots.txt + sitemap.xml of a site: rules, sitemaps listed, sitemap reachable, URL counts. ?url=<site root> [HTTP x402 price: $0.005] |
| api_serp_google | Google SERP: organic results with position, ads count, related searches. ?q=&num=5&gl=us [HTTP x402 price: $0.01] |
| api_serp_yandex | Yandex SERP for RU-market keyword research (region by ?lr=). ?q=&lr=213 [HTTP x402 price: $0.01] |
| api_readability | Text readability: Flesch score, level, avg sentence length, keyword density, top words. ?text=<text>&keyword= [HTTP x402 price: $0.003] |
| api_screenshot | Real browser screenshot of any page as PNG (base64), JS rendered. ?url=&width=1280&height=800&full=0|1 [HTTP x402 price: $0.02] |
| api_pdf | Render any page to PDF (A4, print background) via headless Chrome. ?url= [HTTP x402 price: $0.02] |
| api_render_text | Render a JS-heavy page in a real browser and return the visible text. ?url= [HTTP x402 price: $0.015] |
| api_og_image | Generate an Open Graph image 1200x630 from title/subtitle/theme. ?title=&subtitle=&theme=indigo|dark|green|red|blue [HTTP x402 price: $0.015] |
| api_seo_report | Full SEO audit report of a domain: health score 0-100, prioritized issues list, title/description/H1/canonical, robots.txt review, word count. Returns ready markdown report. ?url=https://example.com [HTTP x402 price: $0.99] |
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。