# Finseo MCP Server

Finseo MCP gives AI assistants access to AI search visibility data, including rankings, competitors and cited sources.

Canonical URL: https://a2a-mcp.org/entry/finseo-mcp-server

Language: en

Category: MCP Servers

Updated: 2026-09-14

## About

Finseo MCP gives AI assistants access to AI search visibility data, including rankings, competitors and cited sources.

## Key Features

- Inspect brand visibility and rankings in AI search.
- Retrieve competitor and source information for visibility research.

## Use Cases

Use account-backed visibility or content optimization data while preparing and reviewing search content.

## Limitations

Visibility measurements describe Finseo’s tracked data and do not guarantee future citations or rankings.

## Sources

- Project documentation: https://www.finseo.ai/developers/mcp
- Client setup reference: https://docs.finseo.ai/mcp/cursor

## MCP Setup

### Access requirements

- Finseo API key with read scope and access to the intended project.

### Client setup

#### Cursor

Transport: `http`

```json
{
  "finseo": {
    "url": "https://api.finseo.ai/v1/mcp",
    "headers": {
      "Authorization": "Bearer YOUR_FINSEO_API_KEY"
    }
  }
}
```

- In Cursor Settings → MCP Servers, add the server entry from the official setup guide.

This is the server-entry object shown by Finseo; place it inside the client’s server list.

Setup docs: https://docs.finseo.ai/mcp/cursor

## Tags

- MCP
- seo
- ai-visibility

## Alternatives

- Surfer MCP

## Sources

- [Project website](https://www.finseo.ai/developers/mcp)
- [Project documentation](https://www.finseo.ai/developers/mcp)
- [Client setup reference](https://docs.finseo.ai/mcp/cursor)

Last checked: 2026-09-14
