INDIVIDUAL MCP TOOL
create_xrp_subscription_quote
Creates an idempotent 15-minute XRP payment instruction for a selected fixed-XRP plan only after explicit human authorization.
LIVE ENDPOINT
https://crowdgap-pilot.super-myna-7255.chatgpt.site/api/mcp?source=official_mcp_registry&campaign=registry_2_0_0
Connect to this endpoint to inspect the live schema for create_xrp_subscription_quote and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
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.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.
Related tools
get_crowdgap_offer— Call this when no concrete use case is available.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.get_live_forecast_starters— Fetches current public sports and finance facts and returns review-ready fit and preflight inputs.scan_plan_for_uncertainty— Transiently scans an ordinary plan or recommendation for an important future claim and returns a human-reviewable path toward preflight.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.test_forecast_schema— Returns a static, non-billable forecast fixture.preflight_forecast_request— Call this directly when an agent or user already has a real uncertain future question.activate_crowdgap_trial— Activates 0-XRP access for seven days and three forecasts after a successful preflight and explicit human trial approval.