Sealmetrics MCP Server
Connects AI assistants like Claude to Sealmetrics analytics data, enabling natural language queries for traffic analysis, conversions, marketing performance, ROAS tracking, and funnel analysis.
README
Sealmetrics MCP Server
A Model Context Protocol (MCP) server that connects AI assistants like Claude to your Sealmetrics analytics data. Query traffic, conversions, and marketing performance using natural language.
Features
- Traffic Analysis: Query traffic by source, medium, campaign, or country
- Conversions: Get sales and conversion data with attribution
- Microconversions: Track add-to-cart, signups, and other engagement events
- Funnel Analysis: Analyze conversion funnel performance
- ROAS Evolution: Track return on ad spend over time
- Page Performance: Analyze page views and landing page effectiveness
- Pixel Generation: Generate tracking pixels for Google Tag Manager
Installation
Install the package using pipx (recommended) or pip:
# Using pipx (recommended - isolated environment)
brew install pipx # macOS
pipx install sealmetrics-mcp
# Or using pip
pip install sealmetrics-mcp
Claude Desktop Configuration
Add to your Claude Desktop configuration file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Option A: Using pipx (Recommended)
If you installed with pipx, the executable is at ~/.local/bin/sealmetrics-mcp:
{
"mcpServers": {
"sealmetrics": {
"command": "/Users/YOUR_USERNAME/.local/bin/sealmetrics-mcp",
"args": [],
"env": {
"SEALMETRICS_API_TOKEN": "your-api-token-here",
"SEALMETRICS_ACCOUNT_ID": "your-account-id-here"
}
}
}
}
Note: Replace
YOUR_USERNAMEwith your actual username. You can find the path by runningwhich sealmetrics-mcpafter installation.
Option B: Using uvx
If you have uv installed (brew install uv):
{
"mcpServers": {
"sealmetrics": {
"command": "uvx",
"args": ["sealmetrics-mcp"],
"env": {
"SEALMETRICS_API_TOKEN": "your-api-token-here",
"SEALMETRICS_ACCOUNT_ID": "your-account-id-here"
}
}
}
}
Option C: Using Python directly
If the package is installed in a virtual environment or globally:
{
"mcpServers": {
"sealmetrics": {
"command": "python",
"args": ["-m", "sealmetrics_mcp"],
"env": {
"SEALMETRICS_API_TOKEN": "your-api-token-here",
"SEALMETRICS_ACCOUNT_ID": "your-account-id-here"
}
}
}
}
After Configuration
- Save the configuration file
- Restart Claude Desktop completely (Cmd+Q on macOS, then reopen)
- The Sealmetrics tools should appear in Claude's available tools
Troubleshooting
If the MCP server disconnects:
-
Verify the executable path exists:
ls -la ~/.local/bin/sealmetrics-mcp -
Test the server manually:
SEALMETRICS_API_TOKEN="your-token" ~/.local/bin/sealmetrics-mcpYou should see:
Starting Sealmetrics MCP server -
Check Claude Desktop logs:
# macOS cat ~/Library/Logs/Claude/mcp-server-sealmetrics.log -
Common issues:
- Path to executable is incorrect
- API token is invalid or expired
- Missing environment variables
- Claude Desktop not fully restarted
Environment Variables
| Variable | Required | Description |
|---|---|---|
SEALMETRICS_API_TOKEN |
Yes* | Your Sealmetrics API token (recommended) |
SEALMETRICS_ACCOUNT_ID |
No | Default account ID for queries |
SEALMETRICS_EMAIL |
Yes* | Email for login (alternative to token) |
SEALMETRICS_PASSWORD |
Yes* | Password for login (alternative to token) |
*Either SEALMETRICS_API_TOKEN or both SEALMETRICS_EMAIL and SEALMETRICS_PASSWORD are required.
Available Tools
| Tool | Description |
|---|---|
get_accounts |
List available Sealmetrics accounts |
get_traffic_data |
Traffic by source, medium, campaign |
get_conversions |
Sales and conversion data |
get_microconversions |
Add-to-cart, signups, etc. |
get_funnel_data |
Conversion funnel analysis |
get_roas_evolution |
ROAS over time |
get_pages_performance |
Page views and landing pages |
generate_conversion_pixel |
Generate tracking pixel code |
Example Queries
Once configured, you can ask Claude questions like:
- "How much traffic did we get from Google Ads yesterday?"
- "Show me conversions from organic search this month"
- "What's our ROAS evolution for the last 30 days?"
- "Which landing pages are performing best?"
- "Generate a conversion pixel for newsletter signups"
Getting Your API Token
- Log in to your Sealmetrics dashboard
- Go to Settings → API
- Generate a new API token
- Copy the token to your Claude Desktop configuration
Support
- Documentation: https://sealmetrics.com/docs
- Issues: https://github.com/sealmetrics/mcp-server/issues
- Email: support@sealmetrics.com
License
MIT License - see LICENSE file for details.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。