← 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 endpoints19 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 ordinary plan or recommendation but no forecast question, call scan_plan_for_uncertainty and ask the human to review the extracted claim; never invent missing fields. If they ask for real product proof, call get_public_forecast. If they want a current sports or finance starting point, call get_live_forecast_starters and wait for them to choose a genuine question. If they have 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. After preflight, offer the canonical 0-XRP trial. Only after explicit human trial approval, the client privately generates and retains a cg_trial_ credential and calls activate_crowdgap_trial with only its SHA-256 hash, bounded prefix, private operator UUID, and preflight request ID. Then reconnect with the raw credential as a Bearer token before calling request_live_forecast. Never expose the raw credential in conversation. Present 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 12

get_crowdgap_offer

Call this when no concrete use case is available.

Inferred read-only
get_public_forecast

Returns CrowdGap's first real, immutable public forecast with its frozen probability, evidence, assumptions, counter-signals, resolution rule, and SHA-256 audit digest.

Inferred read-only
get_live_forecast_starters

Fetches current public sports and finance facts and returns review-ready fit and preflight inputs.

Inferred read-only
scan_plan_for_uncertainty

Transiently scans an ordinary plan or recommendation for an important future claim and returns a human-reviewable path toward preflight.

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
activate_crowdgap_trial

Activates 0-XRP access for seven days and three forecasts after a successful preflight and explicit human trial approval.

Inferred read-only
request_live_forecast

Runs one trial or paid public-evidence forecast using the client-held 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-09-12T17:11:01.975Z.

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.