mcpbeat Sign in

Swop MCP Server

by travisswop Your server? Claim it
answering

Swop is answering right now. Last checked 15 min ago. It exposes 31 tools. Last commit 17 Sep 2026.

Swop.id profiles, wallet addresses, and live prediction markets with real-time prices.

Uptime history 21 days of history · worst day 99%
21 days agonow
100.0%
Uptime 24h
182 of 182 checks
31
Tools
read from the server
250 ms
Response time
average over 24h
0
Stars
last commit 17 Sep 2026

What changed 28

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 30 August 2026. No other catalogue keeps this.

16 Sep 2 tool descriptions were rewritten swop_create_product, swop_update_product
16 Sep 2 tools changed the parameters they ask for swop_create_product, swop_update_product
16 Sep a tool appeared swop_list_my_tokens
3 Sep 6 tools appeared swop_add_link, swop_feature_product, swop_get_my_smartsite and 3 more
3 Sep a tool changed the parameters it asks for swop_update_my_smartsite
3 Sep a tool description was rewritten swop_update_my_smartsite
2 Sep 2 tools appeared swop_get_product_link, swop_swap
1 Sep 3 tools appeared swop_get_swap_quote, swop_pay_x402_link, swop_perps_order
1 Sep a tool description was rewritten swop_get_swap_quote
1 Sep a tool changed the parameters it asks for swop_get_swap_quote
and 8 more, back to 30 August 2026

Nothing serious here today

Today is the operative word: we check Swop every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 15 min ago.

run in your terminal
claude mcp add swop --transport http https://swop-mcp.vercel.app/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "swop": {
      "url": "https://swop-mcp.vercel.app/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.swop]
url = "https://swop-mcp.vercel.app/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "swop": {
      "url": "https://swop-mcp.vercel.app/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "swop": {
      "url": "https://swop-mcp.vercel.app/mcp"
    }
  }
}

This server publishes 1 more address. The block above uses the one we reach during checks; the full list is under Endpoints below, and the author may intend a particular one for your client.

Available tools 31

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

swop
swop_add_link
Add a link to the linked account's SmartSite, with smart placement. TWO STEPS: (1) call with just the url — the tool detects what kind of link it is (payment like Venmo/PayPal/Cash App, social, contact, website) and returns a recommendation with a text preview of each layout: a small ICON in the icon row, a link BUTTON tile, or a full-width INFOBAR call-to-action card. Show the user the message + previews and ask which they want. (2) call again with the same url plus displayAs = 'icon' | 'button' | 'infobar' to place it. You can override title / buttonName / description / style ('solid' | 'glass') for an info bar. Returns a viewUrl to preview the result.
swop_check_predictions_access
Check whether prediction-market trading is available (geo-restrictions apply in some regions). Call before suggesting trading actions; market DATA tools work everywhere.
swop_create_product
Create a sellable product on the linked account's SmartSite. It becomes instantly purchasable by humans at the SmartSite and by AI agents over x402. name, description and image are all REQUIRED by the backend. Confirm name and price with the user before creating.
swop_feature_product
Put an already-created product (from swop_create_product) onto the SmartSite as a visible product tile so visitors see and can buy it. Pass the product's templateId (returned by swop_create_product). Use swop_create_product first to make the product, then this to display it.
swop_get_event_live_status
Check whether an event (e.g. a game) is live, its current period and elapsed time, and whether it has closed. Never infer live status from the clock — use this.
swop_get_event_markets
Fetch every market for a single event by event slug — moneyline plus alternate spread/total lines and player props for sports, or all outcomes for multi-outcome events. Use after swop_search_markets when the user wants full detail on one game/event.
swop_get_my_balances
Current wallet balance snapshot for the linked Swop account (total USD and per-asset breakdown).
swop_get_my_orders
Recent marketplace orders for the linked Swop account, both sides: sales of your products and your purchases. Shows payment, escrow/settlement, and fulfillment status.
swop_get_my_profile
The linked Swop account: name, email, and SmartSites (handle, bio). Requires connecting your Swop account.
swop_get_my_smartsite
Get the linked account's current SmartSite so you can see it BEFORE editing: name, bio, appearance (background/theme), the links already on it (icons, buttons, info bars, with their item ids for removal), product tiles, and a viewUrl to preview it. ALWAYS call this before adding or changing things so edits stay additive.
swop_get_orderbook
Fetch the live CLOB orderbook (bids/asks) for one outcome token of a prediction market. Token ids come from the clobTokenIds field of market results.
swop_get_price_history
Historical price series for one outcome token. Interval controls the window (e.g. "1d", "1w", "1m", "max"); fidelity is the candle resolution in minutes.
swop_get_prices
Batch-fetch current best prices for up to 50 outcome token ids. Returns live book-derived prices (0..1 probabilities). Prefer this over the outcomePrices field on market rows when freshness matters — cached market rows can lag the book.
swop_get_product_link
Get one shareable link for a product that works for everyone: a person opening it sees a product page with a Buy button; an AI agent hitting it is sent the x402 payment challenge. Use this to share a product in chat, a post, or a message.
swop_get_spending_delegation
The linked account's transaction delegation for AI assistants: whether it's active, per-transaction and daily caps, and how much of today's cap is already spent. Check before attempting a send.
swop_get_store
List the real products a swop.id sells on their SmartSite, with USDC prices and each product's x402 buyUrl. An agent with an x402-capable wallet purchases by GETting the buyUrl: the first request returns HTTP 402 with payment instructions (exact USDC amount, network, pay-to address), and retrying with a signed X-PAYMENT header completes the purchase and returns a receipt. Always show the user the product, price, and seller and get their confirmation before paying.
swop_get_swap_quote
Get a swap quote for the linked user — EVM (via LiFi) or Solana (via Jupiter). Read-only: returns the estimated output and directs the user to complete the swap in the Swop app. For EVM, pass chain plus token ADDRESSES; for Solana, omit chain and pass token MINTS. Amounts are in the input token's base units.
swop_get_taxonomy
Canonical mapping of sports and categories to tag ids, for use as tag_id in swop_search_markets. Also see swop_get_taxonomy_stats for open volume and live-game counts per sport.
swop_get_taxonomy_stats
Open volume and live-event counts per sport/category — useful for "what is popular right now".
swop_list_my_products
List the linked account's products (each with its id, name, price, inventory, and status). Use the id with swop_update_product (to edit or unlist) or swop_feature_product (to show it on the SmartSite).
swop_list_my_tokens
Community tokens and merchant Bucks the linked account has launched on Base, with live balances. Read-only. Merchant Bucks are STORE CREDIT (isStoreCredit: true, 2 decimals) — never add them into a portfolio or cash total. An empty list means nothing has been launched yet, not an error.
swop_lookup_identity
Resolve an exact swop.id handle (e.g. "travis.swop.id") to its profile: display name, avatar, and public EVM/Solana wallet addresses. Case-insensitive exact match; use swop_search_identities for fuzzy search.
swop_pay_x402_link
Pay an external x402 payment link (any https URL that returns an HTTP 402 USDC challenge) from the linked user's Swop wallet, within their caps. TWO-STEP like swop_send: call WITHOUT confirm to preview (amount, payee, host, caps), show it to the user and get their explicit yes, then call again with the returned previewId and confirm: true. Over-cap or no delegation returns a Swop-app approval link. Base USDC only.
swop_perps_order
Open or close a Hyperliquid perpetual position for the linked user, within their margin and leverage caps set in the Swop app. The cap is MARGIN per position (e.g. $25) with a leverage ceiling (e.g. 5x) — so $25 at 5x controls ~$125 of exposure. TWO-STEP like swop_send: call WITHOUT confirm to preview (coin, direction, margin, leverage, resulting exposure, mark price); ALWAYS show the user the leverage and exposure and get explicit confirmation; then call again with previewId and confirm: true. reduceOnly:true closes/reduces an existing position. Over-cap or no delegation returns a Swop-app approval link. Perps are leveraged and can be liquidated — make the risk clear to the user.
swop_remove_link
Remove a link/icon/info-bar/product tile from the SmartSite. Get the item's id and contentType from swop_get_my_smartsite (icons → 'socialTop', buttons → 'socialLarge', info bars → 'infoBar', product tiles → 'marketPlace'). Confirm with the user first.
swop_search_identities
Search Swop user identities (swop.ids) by handle or display name. Returns handle, display name, avatar, and public EVM/Solana wallet addresses. Use this to find a user or resolve a name to a wallet address.
swop_search_markets
Search Swop prediction markets (Polymarket-backed) by topic. Supports free-text search over question/event/outcomes/tags, plus live-game and sport filters. Returns market question, slug, outcomes with current prices, CLOB token ids, liquidity, and end date. Prices are 0..1 probabilities per outcome.
swop_send
Send USDC (on Base) from the linked Swop wallet to a swop.id handle or 0x address, within the caps the user set in the Swop app. TWO-STEP: call WITHOUT confirm first to get a preview (resolved recipient, amount, caps); show that summary to the user and get their explicit yes; then call again with the returned previewId and confirm: true. Over-cap or confirm-only settings return a Swop-app approval link instead of executing. Never call with confirm before the user has seen the preview.
swop_swap
Execute an on-chain token swap from the linked user's Swop wallet, within their delegation caps. EVM only (via LiFi); Solana swaps still complete in the app. TWO-STEP like swop_send: call WITHOUT confirm to preview (estimated output, min received, USD value, caps); show the user the estimated output and get their explicit yes; then call again with the returned previewId and confirm: true. Gas is sponsored, and any needed token approval is handled automatically. Over-cap or no delegation returns a Swop-app approval link. Pass chain plus token ADDRESSES; amount is in the input token's base units.
swop_update_my_smartsite
Edit the linked account's SmartSite: display name, bio, and appearance (background color, a gradient of hex stops, a background image URL, theme/font color, font family, or header layout). Pass only what you want to change. For adding links/buttons/info bars use swop_add_link; for products use swop_create_product / swop_feature_product.
swop_update_product
Edit one of the linked account's products, or unlist it. Pass its productId (from swop_list_my_products) plus ONLY the fields to change — anything omitted keeps its current value. To unlist it, set status to 'archived'. Confirm price and name changes with the user first.

Endpoints

URLTransportStateLatencyChecked
https://swop-mcp.vercel.app/mcp streamable-http answering 242 ms 15 min ago
https://mcp.swopme.co/mcp streamable-http answering 244 ms 15 min ago

Alternatives to Swop

same job, measured the same way
Helium MCP Server - News, Markets & AI
by connerlambden

Real-time news with bias scoring, live market data, and AI-powered options pricing

10 tools answering
fetch-price
by fusionx212

Live UK marketplace product search with real prices and buy links.

50 installs/wk local only
Bellwether MCP
by bellwethermetrics

Live prediction market data from Polymarket and Kalshi with VWAP pricing and reportability.

47 installs/wk local only
MCP Cricket
by asaraog

Live ball-by-ball cricket, prediction-market prices, and a win model fitted on 17,907 matches.

15 tools answering
ClearBounce Email Verification
by clearbounce

Verify email addresses in real time and find business email addresses with live mailbox checks.

5 tools answering
AIsa Prediction Markets
by aisa

Live odds and markets from the major prediction markets.

answering
Manifold Markets
by jbeshir

Search, read, bet on, create, and resolve prediction markets on Manifold.

local only
Volcanodog
by volcanodog

Real-time and delayed market sentiment data with premium access via Stripe payments

answering

Swop — questions

Answers built from our own checks of this server.

What can Swop do?
It exposes 31 tools, read directly from the server on our last check. Among them: swop_add_link, swop_check_predictions_access, swop_create_product, swop_feature_product, swop_get_event_live_status, swop_get_event_markets and 25 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Swop working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 182 of 182 checks got a reply (100.0%), average response time 250 ms. The bar chart above shows every period we have measured.
How do I connect Swop?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Swop need an API key?
No. Swop completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 31 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Swop?
It answers our handshake in 250 ms on average, which is faster than 57% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Swop open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.