← Registry

API Tools

super-myna-7255.chatgpt.site

Provides access to CrowdGap's commercial terms, forecasts, subscription quotes, and agent referrals via MCP tools.

3 endpoints15 known toolsFirst detected August 20, 2026Last detected August 20, 2026

ENDPOINT 1

https://crowdgap-pilot.super-myna-7255.chatgpt.site/api/mcp

No auth detected

MCP server metadata

Name
CrowdGap AI
Version
1.4.0
Capabilities
tools
Server instructions

Use the free static schema test for compatibility. Live evidence research requires a human-authorized US$99 XRP subscription. CrowdGap does not trade, wager, custody assets, control wallets, execute payments, or make final decisions.

Known tools 6

get_crowdgap_offer

Returns CrowdGap's fixed commercial terms, capabilities, boundaries, integration links, and XRP checkout URL.

Inferred read-only
test_forecast_schema

Returns a static, non-billable forecast fixture.

Inferred read-only
request_live_forecast

Runs one paid public-evidence forecast using the subscriber Bearer credential attached to the MCP connection.

Inferred read-only
get_agent_referral_pack

Returns a compact, machine-readable CrowdGap introduction, share URL, MCP connection details, and voluntary-sharing boundaries for another AI agent.

Inferred read-only
create_xrp_subscription_quote

Creates an idempotent 15-minute XRP quote for the US$99 subscription.

Inferred read-only
get_xrp_checkout

Returns the human-authorized checkout for 30 live forecasts over 30 days at US$99, settled in XRP.

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.crowdgap-ai]
url = "https://crowdgap-pilot.super-myna-7255.chatgpt.site/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "crowdgap-ai": {
      "type": "http",
      "url": "https://crowdgap-pilot.super-myna-7255.chatgpt.site/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: crowdgap-ai
Remote MCP URL: https://crowdgap-pilot.super-myna-7255.chatgpt.site/api/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": {
    "crowdgap-ai": {
      "url": "https://crowdgap-pilot.super-myna-7255.chatgpt.site/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "crowdgap-ai": {
      "type": "http",
      "url": "https://crowdgap-pilot.super-myna-7255.chatgpt.site/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "crowdgap-ai",
  "transport": "streamable-http",
  "url": "https://crowdgap-pilot.super-myna-7255.chatgpt.site/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://crowdgap-pilot.super-myna-7255.chatgpt.site/api/mcp?source=official_mcp_registry&campaign=registry_2_0_0

No auth detected

MCP server metadata

Name
CrowdGap AI
Version
2.0.0
Capabilities
toolspromptsresourcesextensions.io.modelcontextprotocol/skills
Server instructions

Start with one action. If an agent or user has an uncertain future use case, call evaluate_crowdgap_fit now. If they already have a measurable question, future deadline, and public HTTPS resolution source, call preflight_forecast_request directly. If no use case is available, call get_crowdgap_offer. Present the preflight approval packet and the fixed plans: 9.99 XRP for 30 days or 99 XRP for 365 days, each with 30 forecasts per rolling 30 days. Call create_xrp_subscription_quote only after the human selects a plan and authorizes instruction creation; authorization must be explicit and CrowdGap never sends payment. CrowdGap does not trade, wager, custody assets, control wallets, execute payments, or make final decisions.

Known tools 8

get_crowdgap_offer

Call this when no concrete use case is available.

Inferred read-only
evaluate_crowdgap_fit

Call this first when an agent or user has an uncertain future question, asks whether CrowdGap is suitable, or may need a probability backed by public evidence.

Inferred read-only
test_forecast_schema

Returns a static, non-billable forecast fixture.

Inferred read-only
preflight_forecast_request

Call this directly when an agent or user already has a real uncertain future question.

Inferred read-only
request_live_forecast

Runs one paid public-evidence forecast using the subscriber Bearer credential attached to the MCP connection.

Inferred read-only
get_agent_referral_pack

Returns a compact, machine-readable CrowdGap introduction, share URL, MCP connection details, and voluntary-sharing boundaries for another AI agent.

Inferred read-only
create_xrp_subscription_quote

Creates an idempotent 15-minute XRP payment instruction for a selected fixed-XRP plan only after explicit human authorization.

Potential side effects
get_xrp_checkout

Returns the checkout for fixed 9.

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.crowdgap-ai]
url = "https://crowdgap-pilot.super-myna-7255.chatgpt.site/api/mcp?source=official_mcp_registry&campaign=registry_2_0_0"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "crowdgap-ai": {
      "type": "http",
      "url": "https://crowdgap-pilot.super-myna-7255.chatgpt.site/api/mcp?source=official_mcp_registry&campaign=registry_2_0_0"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: crowdgap-ai
Remote MCP URL: https://crowdgap-pilot.super-myna-7255.chatgpt.site/api/mcp?source=official_mcp_registry&campaign=registry_2_0_0

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": {
    "crowdgap-ai": {
      "url": "https://crowdgap-pilot.super-myna-7255.chatgpt.site/api/mcp?source=official_mcp_registry&campaign=registry_2_0_0"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "crowdgap-ai": {
      "type": "http",
      "url": "https://crowdgap-pilot.super-myna-7255.chatgpt.site/api/mcp?source=official_mcp_registry&campaign=registry_2_0_0"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "crowdgap-ai",
  "transport": "streamable-http",
  "url": "https://crowdgap-pilot.super-myna-7255.chatgpt.site/api/mcp?source=official_mcp_registry&campaign=registry_2_0_0"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 3

https://agent-reserve-protocol.super-myna-7255.chatgpt.site/api/mcp

No auth detected

MCP server metadata

Name
agent-reserve-protocol
Version
0.1.0
Capabilities
tools
Server instructions

Advisory policy preflight only. No payment execution, custody, wallet access, or currency issuance.

Known tools 1

evaluate_agent_spend_request

Return eligible, escalate, or block under an owner-defined mandate.

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.agent-reserve-protocol]
url = "https://agent-reserve-protocol.super-myna-7255.chatgpt.site/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agent-reserve-protocol": {
      "type": "http",
      "url": "https://agent-reserve-protocol.super-myna-7255.chatgpt.site/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agent-reserve-protocol
Remote MCP URL: https://agent-reserve-protocol.super-myna-7255.chatgpt.site/api/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": {
    "agent-reserve-protocol": {
      "url": "https://agent-reserve-protocol.super-myna-7255.chatgpt.site/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agent-reserve-protocol": {
      "type": "http",
      "url": "https://agent-reserve-protocol.super-myna-7255.chatgpt.site/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agent-reserve-protocol",
  "transport": "streamable-http",
  "url": "https://agent-reserve-protocol.super-myna-7255.chatgpt.site/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for chatgpt.site was fetched 2026-07-30T23:22:00.456Z and is being refreshed.

Trust status Trusted

chatgpt.site is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

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