CrowdGap AI Probability Research
Server Details
AI-agent probability research with one-call preflight and human-gated XRP activation.
- Status
- Unhealthy
- Last Tested
- Transport
- Streamable HTTP
- URL
TDQS
Scored across 8 tools
There are significant overlaps between tools like evaluate_crowdgap_fit, preflight_forecast_request, and request_live_forecast, which all seem to handle different stages of the same forecast workflow. Similarly, get_crowdgap_offer, get_xrp_checkout, and create_xrp_subscription_quote all revolve around the payment/offering process, creating ambiguity about which one an agent should call in a given situation.
All tool names are consistently snake_case and mostly follow a verb_noun pattern, which is good. However, the verbs chosen (create, evaluate, get, get, get, preflight, request, test) are somewhat varied and don't form a tightly coherent set, and the nouns aren't always parallel (e.g., crowdgap_offer vs xrp_checkout).
Eight tools is a very reasonable number for a server with this scope. Each tool seems to map to a distinct action or resource in the CrowdGap workflow, from evaluating fit, to preflighting and running forecasts, to obtaining quotes and offers.
The core workflow of evaluating, preflighting, and running a forecast is covered, and there's a test schema tool for validation. However, there's no way to retrieve past forecast results, check subscription/payment status, or manage an existing subscription, which could force agents into dead ends in some scenarios.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
1 tool update
- Changed
create_xrp_subscription_quote2 fields changed- added
Input schema / properties / planIdAdded value: +{ + "description": "monthly costs 9.99 XRP for 30 days; annual costs 99 XRP for 365 days. Both include 30 forecasts per rolling 30 days.", + "enum": [ + "monthly", + "annual" + ], + "type": "string" +} - changed
Input schema / requiredPrevious value: -[ - "requestId", - "agentName", - "operatorReference", - "consent" -]New value: +[ + "requestId", + "agentName", + "operatorReference", + "planId", + "consent" +]
2 tool updates
- Changed
create_xrp_subscription_quote2 fields changed- changed
Input schema / properties / consent / descriptionPrevious value: -"Confirms the human operator must authorize and send any XRP payment."New value: +"Set true only after the human explicitly authorizes creation of this 15-minute quote. The human independently decides whether to send XRP." - added
Input schema / properties / requestId / descriptionAdded value: +"Reuse draftRequest.requestId from a successful preflight to bind the quote to that validated request."
- Changed
preflight_forecast_request4 fields changed- removed
Input schema / properties / consentRemoved value: -{ - "const": true, - "type": "boolean" -} - added
Input schema / properties / context / descriptionAdded value: +"Optional public context for validating the request shape; it is not stored." - removed
Input schema / properties / requestIdRemoved value: -{ - "pattern": "^[a-f0-9]{8}-[a-f0-9]{4}-4[a-f0-9]{3}-[89ab][a-f0-9]{3}-[a-f0-9]{12}$", - "type": "string" -} - changed
Input schema / requiredPrevious value: -[ - "requestId", - "question", - "deadline", - "resolutionSource", - "context", - "consent" -]New value: +[ + "question", + "deadline", + "resolutionSource" +]
1 tool update
- Added
evaluate_crowdgap_fit
1 tool update
- Added
preflight_forecast_request
6 tool updates
- First observed
create_xrp_subscription_quote - First observed
get_agent_referral_pack - First observed
get_crowdgap_offer - First observed
get_xrp_checkout - First observed
request_live_forecast - First observed
test_forecast_schema
Related MCP Connectors
Machine-payable prediction-market briefs and probability-change monitoring for AI agents.
Trustless XRPL escrow oracle for AI agents. Create jobs, verify work, release XRP/RLUSD payments.
XRPL token rug-checks, issuer reputation & AMM data for AI agents. Pay-per-call USDC via x402.
Trust and payment layer for the agentic economy on the XRP Ledger.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceEnables AI agents to securely execute peer-to-peer tasks on the XRP Ledger by locking payment in escrow, submitting proof of completion, and receiving an objective PASS/FAIL judgement from an independent AI referee.MIT
- AlicenseNot gradedqualityFmaintenanceEnables AI agents to execute prediction-market trades through a risk-control gateway that enforces signed mandates and generates proof trails for accountability.0MIT
- AlicenseCqualityDmaintenanceEnables AI systems to interact with the XRP Ledger Testnet, supporting XRP payments, token operations, NFTs, escrow, DEX trading, and more.51MIT
- AlicenseAqualityBmaintenance35-tool MCP server for agent-to-agent payments on the XRP Ledger — job marketplace, crypto-condition escrow, AI-verified work delivery, trust scoring, and wallet bootstrap from Coinbase.635MIT