Swop.id profiles, wallet addresses, and live prediction markets with real-time prices.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Remote MCP server exposing Swop to AI assistants (Claude, ChatGPT, Grok, Cursor β anything that speaks MCP). One server, registered per platform.
Phase 1 (this code): public read-only tools, no auth. Phase 2 adds an OAuth 2.1 facade + authed reads and non-signing writes (profile/SmartSite/products). Phase 3 adds on-chain writes (swap/send/bets/DeFi) via Privy delegated signing with caps + in-app confirm-link fallback.
Identity (swop-app-backend /api/v5/identity, public CORS-open router):
swop_search_identities / swop_lookup_identity β handle β profile + wallet addresses.
β οΈ On the production branch but NOT yet live on apps.apiswop.co (404) β needs a
backend prod deploy via deploy-prod.sh before these tools return data.Predictions (polymarket.apiswop.co, all public):
swop_search_markets (free-text via /desktop/markets), swop_get_event_markets,
swop_get_event_live_status, swop_get_orderbook, swop_get_prices (live book,
preferred over cached outcomePrices), swop_get_price_history,
swop_get_taxonomy, swop_get_taxonomy_stats, swop_check_predictions_access (geoblock).Env: SWOP_API_BASE (default https://apps.apiswop.co), PREDICTIONS_API_BASE
(default https://polymarket.apiswop.co), PORT (default 8788).
Local test with Claude Code:
Stateless β any host works (Vercel functions, or a small box alongside the
sidecar). Suggested prod URL: mcp.swopme.app (never swop.tech). Give it its
own upstream rate-limit identity before public listing.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/swop)<a href="https://allmcps.com/mcp/swop"><img src="https://allmcps.com/api/badge/swop?style=directory" alt="Swop on AllMCPs" /></a>