Findata MCP
Rank #27,307io.github.sapph1re/findata-mcp
MCP server providing findata-mcp capabilities
Findata MCP is a Model Context Protocol (MCP) server published by sapph1re. It ranks #27,307 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Findata MCP is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 2 tracked versions. It was first listed on Mar 9, 2026 and most recently updated on Mar 22, 2026.
Ranks ahead of 88,284 of 115,591 servers on MCP Toplist.
Use Findata MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add findata-mcp -e "EVM_PRIVATE_KEY=<your EVM_PRIVATE_KEY>" -e "FINDATA_BACKEND_URL=<your FINDATA_BACKEND_URL>" -- uvx findata-mcpReplace each placeholder with your own value before saving.
[mcp_servers.findata-mcp]
command = "uvx"
args = ["findata-mcp"]
[mcp_servers.findata-mcp.env]
EVM_PRIVATE_KEY = "<your EVM_PRIVATE_KEY>"
FINDATA_BACKEND_URL = "<your FINDATA_BACKEND_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"findata-mcp": {
"command": "uvx",
"args": [
"findata-mcp"
],
"env": {
"EVM_PRIVATE_KEY": "<your EVM_PRIVATE_KEY>",
"FINDATA_BACKEND_URL": "<your FINDATA_BACKEND_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"findata-mcp": {
"command": "uvx",
"args": [
"findata-mcp"
],
"env": {
"EVM_PRIVATE_KEY": "<your EVM_PRIVATE_KEY>",
"FINDATA_BACKEND_URL": "<your FINDATA_BACKEND_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"findata-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"findata-mcp"
],
"env": {
"EVM_PRIVATE_KEY": "<your EVM_PRIVATE_KEY>",
"FINDATA_BACKEND_URL": "<your FINDATA_BACKEND_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"findata-mcp": {
"command": "uvx",
"args": [
"findata-mcp"
],
"env": {
"EVM_PRIVATE_KEY": "<your EVM_PRIVATE_KEY>",
"FINDATA_BACKEND_URL": "<your FINDATA_BACKEND_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"findata-mcp": {
"command": "uvx",
"args": [
"findata-mcp"
],
"env": {
"EVM_PRIVATE_KEY": "<your EVM_PRIVATE_KEY>",
"FINDATA_BACKEND_URL": "<your FINDATA_BACKEND_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
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/io.github.sapph1re%2Ffindata-mcp)<a href="https://mcptoplist.com/server/io.github.sapph1re%2Ffindata-mcp"><img src="https://mcptoplist.com/badge/io.github.sapph1re%2Ffindata-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
sapph1re
Other servers by sapph1re
View all sapph1re servers →Available versions (2)
| Version | Published |
|---|---|
| 0.3.3 | Mar 22, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Findata MCP?
- Findata MCP is maintained by sapph1re, which publishes 3 MCP servers (8 total versions) tracked on MCP Toplist.
- Is Findata MCP listed on the Official MCP Registry?
- Yes — Findata MCP is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does Findata MCP have?
- MCP Toplist tracks 2 versions of Findata MCP, most recently published on Mar 22, 2026.
- Where can I find the source code for Findata MCP?
- The source code for Findata MCP is hosted at github.com/sapph1re/findata-mcp.