SpryTools API MCP Server
Rank #57,125com.sprytools/sprytools
Utility tools for AI agents: hashing, text stats, validation, DNS, currency, GEO audits.
SpryTools API MCP Server is a Model Context Protocol (MCP) server published by Grenzfrei. It ranks #57,125 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. SpryTools API MCP Server is listed on Official MCP, with 1 tracked version. It was first listed on Jun 30, 2026 and most recently updated on Jun 30, 2026.
Ranks ahead of 58,466 of 115,591 servers on MCP Toplist.
Use SpryTools API MCP Server
Hosted remote endpoint gated by authentication — connect via its URL and authenticate with the provider (OAuth flow or an API key/header, per its docs).
claude mcp add --transport http sprytools https://api.sprytools.com/mcp[mcp_servers.sprytools]
url = "https://api.sprytools.com/mcp"Add to ~/.codex/config.toml.
https://api.sprytools.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"sprytools": {
"url": "https://api.sprytools.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"sprytools": {
"type": "http",
"url": "https://api.sprytools.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"sprytools": {
"serverUrl": "https://api.sprytools.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"sprytools": {
"url": "https://api.sprytools.com/mcp"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.sprytools%2Fsprytools)<a href="https://mcptoplist.com/server/com.sprytools%2Fsprytools"><img src="https://mcptoplist.com/badge/com.sprytools%2Fsprytools.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
Grenzfrei
Available versions (1)
| Version | Published |
|---|---|
| 1.0.1 | Jun 30, 2026 |
Frequently asked questions
- Who maintains SpryTools API MCP Server?
- SpryTools API MCP Server is maintained by Grenzfrei, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is SpryTools API MCP Server listed on the Official MCP Registry?
- Yes — SpryTools API MCP Server is listed on the Official MCP Registry.
- How many versions does SpryTools API MCP Server have?
- MCP Toplist tracks 1 version of SpryTools API MCP Server, most recently published on Jun 30, 2026.
- Where can I find the source code for SpryTools API MCP Server?
- The source code for SpryTools API MCP Server is hosted at github.com/Grenzfrei/sprytools-mcp.