Utility tools for AI agents: hashing, text stats, validation, DNS, currency, GEO audits.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
One-click editor setup isn’t available for this listing yet — we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.
Inspect callable tools, capabilities, and parameters exposed to AI agents by SpryTools API MCP Server.
hash_textCompute a cryptographic hash (md5, sha1, sha256, sha512) of a text.
text_statsAnalyze text: word/sentence counts, reading time and Flesch readability scores.
validate_ibanValidate an IBAN (ISO 13616 MOD-97) and return bank/country details.
validate_emailValidate an email address: RFC syntax, MX records, disposable/role-based detection.
dns_lookupLook up DNS records (A, AAAA, MX, TXT, NS, CNAME, SOA) for a domain.
convert_currencyConvert an amount between currencies using current ECB exchange rates.
A hosted Model Context Protocol server that gives AI agents 9 ready-to-use utility tools — hashing, text stats, IBAN & email validation, DNS lookup, currency conversion, world time, domain availability, and CiteReady GEO audits.
https://api.sprytools.com/mcpx-api-key header (or Authorization: Bearer)com.sprytools/sprytools (official MCP Registry)Discovery without a key: the server card and the initialize / tools/list handshake are public, so registry crawlers and MCP hosts can introspect the server. tools/call requires a key and counts against your plan quota.
Most clients that support remote / streamable-HTTP MCP servers take a config block like this:
For clients that only speak stdio, bridge via mcp-remote:
| Tool | Description | Parameters |
|---|---|---|
hash_text | Compute a cryptographic hash (md5, sha1, sha256, sha512) of a text. | text, algorithm (default sha256) |
text_stats | Analyze text: word/sentence counts, reading time and Flesch readability scores. | text |
validate_iban | Validate an IBAN (ISO 13616 MOD-97) and return bank/country details. | iban |
validate_email | Validate an email address: RFC syntax, MX records, disposable/role-based detection. | email |
dns_lookup | Look up DNS records (A, AAAA, MX, TXT, NS, CNAME, SOA) for a domain. | domain, type (default A) |
convert_currency | Convert an amount between currencies using current ECB exchange rates. | from, to, amount |
world_time | Get the current time and UTC offset for an IANA timezone. | timezone (default UTC) |
check_domain | Check whether a domain name is available for registration (WHOIS + DNS). | domain |
geo_audit | Run a CiteReady GEO audit: how well AI search engines (ChatGPT, Perplexity, Google AI Overviews) can crawl, understand and cite a website. Returns score, grade and actionable findings. | url, pages (1–3, default 1) |
The SpryTools API hub exposes 30+ utility APIs in total; this MCP server surfaces the 9 most agent-relevant of them as tools. See https://sprytools.com/apis for the full catalog.
| Plan | Quota | Price |
|---|---|---|
| Free | 100 calls / day | €0 |
| Starter | 10,000 calls / month | €2.99 / mo |
| Pro | 100,000 calls / month | €8.99 / mo |
| Business | 1,000,000 calls / month | €24.99 / mo |
Live pricing: GET https://api.sprytools.com/pricing · Subscribe: POST /v1/checkout/session { email, plan }
The canonical source for the tool list is the live server card at
https://api.sprytools.com/.well-known/mcp/server-card.json. This repository holds
the public MCP manifest (server.json) and documentation only — no server code or
secrets. The server itself is operated as a hosted service.
Factual signals from GitHub, npm, and our automated checks — not a rating.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/sprytools-api-mcp-server-2)<a href="https://allmcps.com/mcp/sprytools-api-mcp-server-2"><img src="https://allmcps.com/api/badge/sprytools-api-mcp-server-2?style=directory" alt="SpryTools API MCP Server on AllMCPs" /></a>