Appearance
Connect an LLM Client
The CrowdTime MCP server talks with LLM clients via Streamable HTTP.
Pick your client
| Client | Auth | Setup |
|---|---|---|
| grok.com | OAuth 2.1 connector | grok.com guide |
| Claude.ai (web) | OAuth 2.1 connector | Claude.ai guide |
| Claude Desktop | Bearer token in JSON | Claude Desktop guide |
| ChatGPT | OAuth 2.1 connector | ChatGPT guide |
Quick smoke test
Once your client is connected, ask the LLM:
List the CrowdTime MCP tools.
You should see the CrowdTime tools listed.
Then try a read-only call without provider credentials, such as:
Run
strike_get_market_snapshotonBTC-PERPand tell me the live mark price.
If you get a suitable response (highlighting one of our tools), your client is talking to the MCP server correctly.
What to do next
- Browse the tool reference to see what can be done.
- Skim the Providers section to see which Web3 services CrowdTime currently supports.
