Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.Travisswop/swop

REMOTE · MCP.SWOPME.CO · SCANNED SEP 24

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

Available components

+4 this week 78 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security63
Transport & Reachability100
Schema Quality & AI Usability76
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 3891 tokens (~125/item across 31 items; 31 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management77
  • Stability check failed: schema churn in the 24 days we've observed: 0 tool removals, 1 breaking changes, 0 auth/transport breaks, 12 additions. See how to fix → Fail
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • All 4 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
  • An AI judge read all 31 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.Travisswop/swop MCP server?

io.github.Travisswop/swop is a hosted endpoint at https://mcp.swopme.co/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · mcp.swopme.co

# add to Claude Code
claude mcp add --transport http travisswop-swop 'https://mcp.swopme.co/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "travisswop-swop": {
      "url": "https://mcp.swopme.co/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "travisswop-swop": {
      "type": "http",
      "url": "https://mcp.swopme.co/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.travisswop-swop]
url = "https://mcp.swopme.co/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "travisswop-swop": {
      "type": "remote",
      "url": "https://mcp.swopme.co/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add travisswop-swop --url 'https://mcp.swopme.co/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  travisswop-swop:
    url: "https://mcp.swopme.co/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "travisswop-swop": {
      "Transport": "http",
      "Url": "https://mcp.swopme.co/mcp"
    }
  }
}
# add to Vellum
assistant mcp add travisswop-swop -t streamable-http -u 'https://mcp.swopme.co/mcp'
// mcp.json
{
  "mcpServers": {
    "travisswop-swop": {
      "type": "http",
      "url": "https://mcp.swopme.co/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 24 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 73 to 77.

  • 22 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 67 to 70.

  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 60 to 63.

  • 18 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 53 to 57.

  • 17 Sept 26 −1
    • Stability: 0.53 → fail ▼ security
    • A breaking change shipped without a version bump: still 0.1.0 ▼ security
    • Tool “swop_create_product” rewrote its description, which is the text the model reads security
    • Tool “swop_update_product” rewrote its description, which is the text the model reads security
    • “swop_create_product” made “description” required, so existing callers break ▼ functional
    • “swop_create_product” made “image” required, so existing callers break ▼ functional
    • New tool “swop_list_my_tokens” functional
    • “swop_create_product” added an optional parameter “digitalDeliveryNote” cosmetic
    • “swop_create_product” added an optional parameter “extraImages” cosmetic
    • “swop_create_product” added an optional parameter “keywords” cosmetic
    • “swop_create_product” added an optional parameter “nftType” cosmetic
    • “swop_create_product” added an optional parameter “requiresShipping” cosmetic
    • “swop_create_product” added an optional parameter “royaltyPercentage” cosmetic
    • “swop_create_product” added an optional parameter “royaltyRecipient” cosmetic
    • “swop_create_product” added an optional parameter “shippingCost” cosmetic
    • “swop_create_product” added an optional parameter “variants” cosmetic
    • “swop_update_product” added an optional parameter “digitalDeliveryNote” cosmetic
    • “swop_update_product” added an optional parameter “extraImages” cosmetic
    • “swop_update_product” added an optional parameter “keywords” cosmetic
    • “swop_update_product” added an optional parameter “requiresShipping” cosmetic
    • “swop_update_product” added an optional parameter “royaltyPercentage” cosmetic
    • “swop_update_product” added an optional parameter “royaltyRecipient” cosmetic
    • “swop_update_product” added an optional parameter “shippingCost” cosmetic
    • “swop_update_product” added an optional parameter “variants” cosmetic
    • “swop_create_product” reworded the description of “description” cosmetic
    • “swop_create_product” reworded the description of “image” cosmetic
    • “swop_create_product” reworded the description of “mintLimit” cosmetic
    • “swop_create_product” reworded the description of “productType” cosmetic
    • “swop_update_product” reworded the description of “image” cosmetic
    • “swop_update_product” reworded the description of “mintLimit” cosmetic
    • “swop_update_product” reworded the description of “status” cosmetic
    • Tool “swop_update_product” changed its title: Edit or unlist a product → Update or unlist a product cosmetic
  • 16 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 50 to 53. That category is still filling its 30-day observation window: 15 days of observed history at the previous scan, 16 at this one. The score rises as the window fills, whether or not the server changes.

  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 43 to 47. That category is still filling its 30-day observation window: 13 days of observed history at the previous scan, 14 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 37 to 40. That category is still filling its 30-day observation window: 11 days of observed history at the previous scan, 12 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 24 Sept 2026 · Probed https://mcp.swopme.co/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=mcp.swopme.co CN=YR2,O=Let's Encrypt,C=US 28 Aug 2026 26 Nov 2026 RSA 2048 SHA256-RSA 65c3aa643ef137fb797eab4bb3586491f12
SANs: mcp.swopme.co
CN=YR2,O=Let's Encrypt,C=US (CA) CN=Root YR,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 RSA 2048 SHA256-RSA 4ebd24947e24d394802d84a52fd5b319
CN=Root YR,O=ISRG,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 RSA 4096 SHA256-RSA f24b6d17f9d9ad7cb1c9fea78782699f

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of mcp.swopme.co. — Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
co. present 7786 8 Verified
swopme.co. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=63072000

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcp.swopme.co/mcp Verified 200
http (plaintext) http://mcp.swopme.co/mcp HTTPS enforced 308 https://mcp.swopme.co/mcp
MCP tools · 31 exposed · ~3,891 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
swop_add_link ~291

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.

NameTypeReqDescription
buttonNamestring–Info-bar button text (e.g. "Pay", "Book")
descriptionstring–Info-bar description line
displayAsstring–Omit first to get a placement suggestion; then set to place it
smartsiteIdstring–Specific SmartSite id (default: primary)
stylestring–Info-bar card style (default solid)
titlestring–Override the label/title
urlstringyesThe link to add (any URL, or mailto:/tel:)

No output schema declared.

No examples provided.

swop_check_predictions_access ~40

Check whether prediction-market trading is available (geo-restrictions apply in some regions). Call before suggesting trading actions; market DATA tools work everywhere.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

swop_create_product ~290

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.

NameTypeReqDescription
descriptionstringyesProduct description (required)
digitalDeliveryNotestring–Digital goods: what the buyer receives after purchase
extraImagesarray–Additional image URLs, shown after the primary one
imagestringyesPrimary product image URL (required)
keywordsarray–Search keywords
mintLimitinteger–Inventory available, default 1
namestringyesProduct name
nftTypestring–Fine-grained type; overrides productType. phygital/menu are physical, the rest digital
priceUsdnumberyesPrice in USD (settles in USDC)
productTypestring–physical (ships), digital (default), or in_person_checkout
requiresShippingboolean–Physical goods: collect a shipping address
royaltyPercentagenumber–Resale royalty percent
royaltyRecipientstring–Wallet receiving royalties
shippingCostnumber–Flat shipping cost in USD
variantsarray–Buyer-selectable options. Replaces the existing set when given.

No output schema declared.

No examples provided.

swop_feature_product ~118

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.

NameTypeReqDescription
carouselTitlestring–Optional heading for the product section
smartsiteIdstring–Specific SmartSite id (default: primary)
templateIdstringyesThe product/template id from swop_create_product

No output schema declared.

No examples provided.

swop_get_event_live_status ~59

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.

NameTypeReqDescription
slugstringyesEvent slug

No output schema declared.

No examples provided.

swop_get_event_markets ~81

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.

NameTypeReqDescription
slugstringyesEvent slug from a market result (eventSlug field)

No output schema declared.

No examples provided.

swop_get_my_balances ~31

Current wallet balance snapshot for the linked Swop account (total USD and per-asset breakdown).

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

swop_get_my_orders ~44

Recent marketplace orders for the linked Swop account, both sides: sales of your products and your purchases. Shows payment, escrow/settlement, and fulfillment status.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

swop_get_my_profile ~36

The linked Swop account: name, email, and SmartSites (handle, bio). Requires connecting your Swop account.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

swop_get_my_smartsite ~99

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.

NameTypeReqDescription
smartsiteIdstring–Specific SmartSite id (default: primary)

No output schema declared.

No examples provided.

swop_get_orderbook ~62

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.

NameTypeReqDescription
tokenIdstringyesCLOB token id for one outcome

No output schema declared.

No examples provided.

swop_get_price_history ~110

Historical price series for one outcome token. Interval controls the window (e.g. "1d", "1w", "1m", "max"); fidelity is the candle resolution in minutes.

NameTypeReqDescription
fidelityinteger–Candle resolution in minutes, default 30
intervalstring–Window: 1h, 6h, 1d, 1w, 1m, max (default max)
tokenIdstringyesCLOB token id

No output schema declared.

No examples provided.

swop_get_prices ~69

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.

NameTypeReqDescription
tokenIdsarrayyesCLOB token ids

No output schema declared.

No examples provided.

swop_get_product_link ~102

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.

NameTypeReqDescription
handlestringyesSeller swop.id, e.g. "travis.swop.id"
skustringyesProduct sku/id from swop_get_store

No output schema declared.

No examples provided.

swop_get_spending_delegation ~51

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.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

swop_get_store ~135

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.

NameTypeReqDescription
handlestringyesThe seller swop.id, e.g. "travis.swop.id"

No output schema declared.

No examples provided.

swop_get_swap_quote ~198

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.

NameTypeReqDescription
amountstringyesInput amount in base units (wei / lamports / token decimals)
chainstring–EVM chain for a LiFi quote: base, ethereum, polygon, arbitrum, optimism, or a numeric chain id. Omit for a Solana (Jupiter) quote.
inputMintstringyesInput token: EVM contract address, or Solana mint
outputMintstring–Output token: EVM address, or Solana mint (default USDC)

No output schema declared.

No examples provided.

swop_get_taxonomy ~52

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.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

swop_get_taxonomy_stats ~31

Open volume and live-event counts per sport/category — useful for "what is popular right now".

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

swop_list_my_products ~61

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).

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

swop_list_my_tokens ~72

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.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

swop_lookup_identity ~84

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.

NameTypeReqDescription
handlestringyesExact swop.id handle, e.g. "travis.swop.id"

No output schema declared.

No examples provided.

swop_pay_x402_link ~151

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.

NameTypeReqDescription
confirmboolean–true ONLY after the user confirmed the preview
previewIdstring–From the preview step
urlstringyesThe x402 payment link (https)

No output schema declared.

No examples provided.

swop_perps_order ~301

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.

NameTypeReqDescription
coinstringyesPerp market symbol, e.g. "BTC", "ETH", "SOL"
confirmboolean–true ONLY after the user confirmed the preview (with leverage + exposure shown)
directionstringyeslong = buy/up, short = sell/down
leveragenumberyesLeverage multiplier (capped by the user's setting and the market max)
marginUsdnumberyesMargin (collateral) in USD to commit
previewIdstring–From the preview step
reduceOnlyboolean–true to close/reduce an existing position instead of opening

No output schema declared.

No examples provided.

swop_remove_link ~121

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.

NameTypeReqDescription
contentTypestringyesThe kind of item to remove
itemIdstringyesThe item id from swop_get_my_smartsite
smartsiteIdstring–Specific SmartSite id (default: primary)

No output schema declared.

No examples provided.

swop_search_identities ~96

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.

NameTypeReqDescription
limitinteger–Max results, default 8
querystringyesHandle or name fragment, at least 2 characters (e.g. "travis")

No output schema declared.

No examples provided.

swop_search_markets ~156

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.

NameTypeReqDescription
limitinteger–Max results, default 10
liveboolean–Only markets whose event is live right now
offsetinteger–Pagination offset
querystring–Free-text topic search, e.g. "bitcoin", "chiefs", "fed rates"
tag_idstring–Sport/category tag id from swop_get_taxonomy

No output schema declared.

No examples provided.

swop_send ~192

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.

NameTypeReqDescription
amountUsdnumberyesAmount in USD (sent as USDC)
confirmboolean–true ONLY after the user explicitly confirmed the preview
previewIdstring–From the preview step
tostringyesRecipient: swop.id handle (e.g. "alice.swop.id") or 0x address

No output schema declared.

No examples provided.

swop_swap ~239

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.

NameTypeReqDescription
amountstringyesInput amount in base units (wei / token decimals)
chainstringyesEVM chain: base, ethereum, polygon, arbitrum, or a numeric chain id
confirmboolean–true ONLY after the user confirmed the preview (output shown)
inputMintstringyesInput token EVM contract address
outputMintstringyesOutput token EVM contract address
previewIdstring–From the preview step

No output schema declared.

No examples provided.

swop_update_my_smartsite ~242

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.

NameTypeReqDescription
backgroundColorstring–Solid background hex, e.g. "#0b0b0f"
backgroundGradientarray–Gradient hex stops, e.g. ["#5b3df5","#0b0b0f"] (clears the solid color)
backgroundImgstring–Background/wallpaper image URL
biostring–New bio text
fontColorstring–Primary font hex color
fontFamilystring–Font family name
headerFormatstring–Header layout style
namestring–New display name
smartsiteIdstring–Specific SmartSite id (default: primary)
themeColorstring–Accent/theme hex color

No output schema declared.

No examples provided.

swop_update_product ~277

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.

NameTypeReqDescription
descriptionstring–New description
digitalDeliveryNotestring–What a buyer receives
extraImagesarray–Replaces the additional images. Requires image, since the full list is rewritten
imagestring–New primary image URL
keywordsarray–Replaces the keywords
mintLimitinteger–New inventory available
namestring–New product name
priceUsdnumber–New price in USD (settles in USDC)
productIdstringyesThe product id from swop_list_my_products
requiresShippingboolean–Collect a shipping address
royaltyPercentagenumber–Resale royalty percent
royaltyRecipientstring–Wallet receiving royalties
shippingCostnumber–Flat shipping cost in USD
statusstring–Set 'archived' to unlist
variantsarray–Buyer-selectable options. Replaces the existing set when given.

No output schema declared.

No examples provided.

Common questions

What is the io.github.Travisswop/swop MCP server?

io.github.Travisswop/swop is an MCP server listed in the public MCP registry as io.github.Travisswop/swop. Swop.id profiles, wallet addresses, and live prediction markets with real-time prices. This page covers its hosted endpoint (https://mcp.swopme.co/mcp).

Is the io.github.Travisswop/swop MCP server safe to use?

io.github.Travisswop/swop scores 78 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.Travisswop/swop MCP server expose?

io.github.Travisswop/swop exposes 31 tools: swop_search_identities, swop_lookup_identity, swop_search_markets, swop_get_event_markets, swop_get_event_live_status, and 26 more. Their descriptions and schemas cost roughly 3,891 tokens of context every time the server is loaded.

Does the io.github.Travisswop/swop MCP server require authentication?

No. We connected to io.github.Travisswop/swop without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the io.github.Travisswop/swop MCP server still maintained?

io.github.Travisswop/swop is still listed as active in the MCP registry. We last reached this channel on 24 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.