Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.finseo.ai/llms.txt

Use this file to discover all available pages before exploring further.

MCP Integration

FinSEO provides a Model Context Protocol (MCP) server that lets AI assistants query your visibility data directly.

What is MCP?

MCP (Model Context Protocol) is a standard for connecting AI models to external data sources. With FinSEO’s MCP server, you can ask Claude Desktop or Cursor natural questions about your AI visibility without writing code. Example: Open Claude Desktop and ask:
“How has my brand visibility changed in the last 30 days? Which competitors are ahead of me?”
Claude automatically queries your FinSEO data and provides analysis.

Available tools

ToolDescription
list_projectsList all your projects
get_visibility_metricsGet visibility KPIs for a project
list_promptsList tracked prompts with metrics
get_competitor_rankingSee competitor visibility rankings
get_top_sourcesGet most cited sources
get_tagsList tags with prompt counts
get_query_fanoutsGet AI query fan-outs (sub-queries) ranked by frequency

Endpoint

POST https://api.finseo.ai/v1/mcp
Authorization: Bearer sk_live_YOUR_KEY
The server implements JSON-RPC 2.0 and supports initialize, tools/list, and tools/call methods.