API Tools
super-myna-7255.chatgpt.site
Provides access to CrowdGap's commercial terms, forecasts, subscription quotes, and agent referrals via MCP tools.
ENDPOINT 1
https://crowdgap-pilot.super-myna-7255.chatgpt.site/api/mcp
MCP server metadata
- Name
- CrowdGap AI
- Version
- 1.4.0
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_offerReturns CrowdGap's fixed commercial terms, capabilities, boundaries, integration links, and XRP checkout URL.
Inferred read-onlyrequest_live_forecastRuns one paid public-evidence forecast using the subscriber Bearer credential attached to the MCP connection.
Inferred read-onlyget_agent_referral_packReturns a compact, machine-readable CrowdGap introduction, share URL, MCP connection details, and voluntary-sharing boundaries for another AI agent.
Inferred read-onlycreate_xrp_subscription_quoteCreates an idempotent 15-minute XRP quote for the US$99 subscription.
Inferred read-onlyget_xrp_checkoutReturns the human-authorized checkout for 30 live forecasts over 30 days at US$99, settled in XRP.
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.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
MCP server metadata
- Name
- CrowdGap AI
- Version
- 2.0.0
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_public_forecastReturns CrowdGap's first real, immutable public forecast with its frozen probability, evidence, assumptions, counter-signals, resolution rule, and SHA-256 audit digest.
Inferred read-onlyget_live_forecast_startersFetches current public sports and finance facts and returns review-ready fit and preflight inputs.
Inferred read-onlyscan_plan_for_uncertaintyTransiently scans an ordinary plan or recommendation for an important future claim and returns a human-reviewable path toward preflight.
Inferred read-onlyevaluate_crowdgap_fitCall 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-onlypreflight_forecast_requestCall this directly when an agent or user already has a real uncertain future question.
Inferred read-onlyactivate_crowdgap_trialActivates 0-XRP access for seven days and three forecasts after a successful preflight and explicit human trial approval.
Inferred read-onlyrequest_live_forecastRuns one trial or paid public-evidence forecast using the client-held Bearer credential attached to the MCP connection.
Inferred read-onlyget_agent_referral_packReturns a compact, machine-readable CrowdGap introduction, share URL, MCP connection details, and voluntary-sharing boundaries for another AI agent.
Inferred read-onlycreate_xrp_subscription_quoteCreates an idempotent 15-minute XRP payment instruction for a selected fixed-XRP plan only after explicit human authorization.
Potential side effectsCONNECT 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
MCP server metadata
- Name
- agent-reserve-protocol
- Version
- 0.1.0
Advisory policy preflight only. No payment execution, custody, wallet access, or currency issuance.
Known tools 1
evaluate_agent_spend_requestReturn eligible, escalate, or block under an owner-defined mandate.
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.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.
chatgpt.site is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.