Analytics
futia.io
Analyzes search engine performance metrics such as index coverage, page yield, competitor gaps, and keyword difficulty.
ENDPOINT 1
https://futia.io/api/mcp
MCP server metadata
- Name
- futia
- Version
- 0.1.0
FUTIA reads your Google Search Console data and tells you which pages are not working. Every tool takes a `site` (a Search Console property you have permission on). One call returns one answer; there is no report to pick and no schema to fetch first.
Known tools 8
keyword_volumeSearch volume and difficulty for keywords you name, each with a verdict on whether this particular site can realistically reach it.
Inferred read-onlybacklink_profileReferring domains, link count, domain rank and a reading of what they mean.
Inferred read-onlyserp_positionFor queries you name: who is on the results page, where you sit among them, and which domains are consistently above you.
Inferred read-onlyaccount_statusFree and instant: remaining monthly budget, credit balance, when the budget resets, and which endpoints stay free.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.futia]
url = "https://futia.io/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"futia": {
"type": "http",
"url": "https://futia.io/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: futia
Remote MCP URL: https://futia.io/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"futia": {
"url": "https://futia.io/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"futia": {
"type": "http",
"url": "https://futia.io/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "futia",
"transport": "streamable-http",
"url": "https://futia.io/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for futia.io was fetched 2026-08-03T08:44:11.324Z and is being refreshed.
futia.io is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.