oyapicks-mcp
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@oyapicks-mcpAre there any arbitrage opportunities between Polymarket and Kalshi?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
oyapicks-mcp
Prediction-market data as MCP tools. Pay per call in USDC on Base. No API key, no account, no signup.
Ten read-only tools covering live market prices, keyword lookup, probability history, volume spikes, cross-venue price gaps, and resolutions. Prices run from $0.01 to $0.25 per call.
Setup
You need a Base wallet with a little USDC. Treat it as petty cash, not your main wallet.
Add this to your MCP client config:
{
"mcpServers": {
"oyapicks": {
"command": "npx",
"args": ["-y", "oyapicks-mcp"],
"env": {
"OYAPICKS_WALLET_PRIVATE_KEY": "0xyourkey"
}
}
}
}Claude Desktop:
claude_desktop_config.jsonCursor:
~/.cursor/mcp.jsonWindsurf: MCP settings
Related MCP server: carbon-cashmere-mcp
What this can and cannot do with your key
Your key stays on your machine. It is never sent anywhere.
Before signing any payment, this server checks three things and refuses if any fail:
The recipient is the OyaPicks address, hardcoded in
index.js. Nothing else.The amount is at or under $0.30.
The network is Base mainnet.
The address is a constant in the source, not something read from the server's response,
so a redirected or spoofed endpoint cannot point payments somewhere else. Read index.js
and check for yourself; it is one file.
Tools
Tool | Price | What it returns |
| $0.01 | Top live market for a keyword, with probability and volume |
| $0.02 | List of live markets matching a keyword |
| $0.02 | Markets resolving within 48 hours |
| $0.03 | Biggest recent probability swings |
| $0.03 | Biggest 24h volume jumps |
| $0.03 | Newly listed markets |
| $0.03 | Probability over time for one market |
| $0.03 | Recently settled markets and outcomes |
| $0.05 | Same outcome priced differently across venues |
| $0.25 | Top 3 markets by 24h volume |
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceReal-time prediction market intelligence for AI agents. Query Polymarket and Kalshi markets, wallet profiles, smart money leaderboards, social pulse signals, price candlesticks, and orderbook data — 13 agents, one MCP connection. Powered by 1.1TB+ of historical data.MIT
- Alicense-qualityCmaintenanceCrypto intelligence MCP: 104 tools for market data, ML signals, on-chain analytics, derivatives, and Bittensor subnets. Pay-per-call via x402 USDC on Base/Solana/Algorand/Stellar or $9.99/mo API key.MIT
- AlicenseAqualityBmaintenanceA read-only MCP server exposing Polymarket's public prediction-market data. Search markets, read live odds and order books, pull historical probability time-series, and inspect public wallet positions.14MIT

meridian-edge-mcpofficial
AlicenseAqualityDmaintenanceProvides AI assistants with real-time prediction market consensus data, including probabilities, opportunities, signals, and settlements.5MIT
Related MCP Connectors
Kalshi MCP — US-regulated prediction-market data (no auth on public reads).
Live financial data MCP: FX, crypto, stocks, news, URL reader. x402 on Base: $0.001/call.
Polymarket MCP — prediction-market data via Gamma + CLOB public APIs.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/oyapicks/oyapicks-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server