← Registry

Analytics

swaps.app

Provides tools to inspect Swaps Search data, create and fetch reports, and render them as interactive ChatGPT widgets.

1 endpoint12 known toolsFirst detected May 29, 2026Last detected August 7, 2026

ENDPOINT 1

https://mcp.agent.swaps.app/mcp

No auth detected

MCP server metadata

Name
swaps-search-chatgpt-app
Version
0.2.0
Capabilities
resources.listChangedtools.listChanged

Known tools 12

swaps_wallet_inspect

Primary Swaps Search inspection tool.

Inferred read-only
swaps_search_preview

Compatibility alias for read-only Swaps Search previews.

Inferred read-only
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.

Inferred read-only
swaps_report_render

Render a fetched Swaps Search report as a ChatGPT widget.

Inferred read-only
swaps_report_create

Create a full Swaps Search report for an authenticated Swaps account.

Potential side effects
swaps_credits_status

Read the authenticated Swaps account report entitlement status.

Inferred read-only
swaps_purchase_link

Create a Swaps-owned external checkout link for report credits.

Potential side effects
swaps_search

Private Developer Mode compatibility tool for Swaps Search previews and route questions.

Inferred read-only
swaps_fetch

Private Developer Mode compatibility fetch tool.

Inferred read-only
swaps_quote

Use this to get a read-only Swaps buy/sell route quote.

Inferred read-only
swaps_taxonomy

Use this to read the Swaps taxonomy for risk and route-context reasoning.

Inferred read-only
swaps_corridors

Use this to read curated Swaps buy and sell corridors.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.