LIVE ENDPOINT
https://mcp.agent.swaps.app/mcp
Connect to this endpoint to inspect the live schema for swaps_fetch and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
CONNECT 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.
Related tools
swaps_wallet_inspect— Primary Swaps Search inspection tool.swaps_search_preview— Compatibility alias for read-only Swaps Search previews.swaps_report_fetch— Use this to fetch a full Swaps Search report for an authenticated Swaps account when the report is already available or allowed.swaps_report_render— Render a fetched Swaps Search report as a ChatGPT widget.swaps_report_create— Create a full Swaps Search report for an authenticated Swaps account.swaps_credits_status— Read the authenticated Swaps account report entitlement status.swaps_purchase_link— Create a Swaps-owned external checkout link for report credits.swaps_search— Private Developer Mode compatibility tool for Swaps Search previews and route questions.