Analytics
swaps.app
Provides tools to inspect Swaps Search data, create and fetch reports, and render them as interactive ChatGPT widgets.
ENDPOINT 1
https://mcp.agent.swaps.app/mcp
MCP server metadata
- Name
- swaps-search-chatgpt-app
- Version
- 0.2.0
Known tools 12
swaps_report_fetchUse this to fetch a full Swaps Search report for an authenticated Swaps account when the report is already available or allowed.
Inferred read-onlyswaps_report_createCreate a full Swaps Search report for an authenticated Swaps account.
Potential side effectsswaps_credits_statusRead the authenticated Swaps account report entitlement status.
Inferred read-onlyswaps_purchase_linkCreate a Swaps-owned external checkout link for report credits.
Potential side effectsswaps_searchPrivate Developer Mode compatibility tool for Swaps Search previews and route questions.
Inferred read-onlyswaps_taxonomyUse this to read the Swaps taxonomy for risk and route-context reasoning.
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.swaps-search-chatgpt-app]
url = "https://mcp.agent.swaps.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"swaps-search-chatgpt-app": {
"type": "http",
"url": "https://mcp.agent.swaps.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: swaps-search-chatgpt-app
Remote MCP URL: https://mcp.agent.swaps.app/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": {
"swaps-search-chatgpt-app": {
"url": "https://mcp.agent.swaps.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"swaps-search-chatgpt-app": {
"type": "http",
"url": "https://mcp.agent.swaps.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "swaps-search-chatgpt-app",
"transport": "streamable-http",
"url": "https://mcp.agent.swaps.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.