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
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
- The endpoint's TLS certificate is valid, in date, and uses a strong key. View diagnostics → Pass
- Authorisation check failed: no authorisation is required to call this server, and it exposes a tool marked destructive (swop_remove_link). See how to fix → View diagnostics → Fail
- HTTPS is enforced; there's no plaintext access path. View diagnostics → Pass
- The HSTS (Strict-Transport-Security) header is present. View diagnostics → Pass
- DNSSEC check failed: this domain isn't protected by DNSSEC. See how to fix → View diagnostics → Fail
Transport & Reachability100
- Verified streamable-http transport via a live MCP handshake. View diagnostics → Pass
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
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
claude mcp add --transport http travisswop-swop 'https://mcp.swopme.co/mcp'
{
"mcpServers": {
"travisswop-swop": {
"url": "https://mcp.swopme.co/mcp"
}
}
} {
"servers": {
"travisswop-swop": {
"type": "http",
"url": "https://mcp.swopme.co/mcp"
}
}
} [mcp_servers.travisswop-swop] url = "https://mcp.swopme.co/mcp"
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"travisswop-swop": {
"type": "remote",
"url": "https://mcp.swopme.co/mcp",
"enabled": true
}
}
} openclaw mcp add travisswop-swop --url 'https://mcp.swopme.co/mcp' --transport streamable-http
mcp_servers:
travisswop-swop:
url: "https://mcp.swopme.co/mcp" {
"McpServers": {
"travisswop-swop": {
"Transport": "http",
"Url": "https://mcp.swopme.co/mcp"
}
}
} assistant mcp add travisswop-swop -t streamable-http -u 'https://mcp.swopme.co/mcp'
{
"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.
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.
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 |
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 →
swop_add_link Add a link to my SmartSite ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| buttonName | string | – | Info-bar button text (e.g. "Pay", "Book") |
| description | string | – | Info-bar description line |
| displayAs | string | – | Omit first to get a placement suggestion; then set to place it |
| smartsiteId | string | – | Specific SmartSite id (default: primary) |
| style | string | – | Info-bar card style (default solid) |
| title | string | – | Override the label/title |
| url | string | yes | The link to add (any URL, or mailto:/tel:) |
No output schema declared.
No examples provided.
swop_check_predictions_access Check prediction-market availability ~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 Create a 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.
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | yes | Product description (required) |
| digitalDeliveryNote | string | – | Digital goods: what the buyer receives after purchase |
| extraImages | array | – | Additional image URLs, shown after the primary one |
| image | string | yes | Primary product image URL (required) |
| keywords | array | – | Search keywords |
| mintLimit | integer | – | Inventory available, default 1 |
| name | string | yes | Product name |
| nftType | string | – | Fine-grained type; overrides productType. phygital/menu are physical, the rest digital |
| priceUsd | number | yes | Price in USD (settles in USDC) |
| productType | string | – | physical (ships), digital (default), or in_person_checkout |
| requiresShipping | boolean | – | Physical goods: collect a shipping address |
| royaltyPercentage | number | – | Resale royalty percent |
| royaltyRecipient | string | – | Wallet receiving royalties |
| shippingCost | number | – | Flat shipping cost in USD |
| variants | array | – | Buyer-selectable options. Replaces the existing set when given. |
No output schema declared.
No examples provided.
swop_feature_product Feature a product on my SmartSite ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| carouselTitle | string | – | Optional heading for the product section |
| smartsiteId | string | – | Specific SmartSite id (default: primary) |
| templateId | string | yes | The product/template id from swop_create_product |
No output schema declared.
No examples provided.
swop_get_event_live_status Get live status of an event ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| slug | string | yes | Event slug |
No output schema declared.
No examples provided.
swop_get_event_markets Get all markets for an event ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| slug | string | yes | Event slug from a market result (eventSlug field) |
No output schema declared.
No examples provided.
swop_get_my_balances Get my wallet 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 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 Get my Swop 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 See 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.
| Name | Type | Req | Description |
|---|---|---|---|
| smartsiteId | string | – | Specific SmartSite id (default: primary) |
No output schema declared.
No examples provided.
swop_get_orderbook Get market 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.
| Name | Type | Req | Description |
|---|---|---|---|
| tokenId | string | yes | CLOB token id for one outcome |
No output schema declared.
No examples provided.
swop_get_price_history Get price history for an outcome token ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| fidelity | integer | – | Candle resolution in minutes, default 30 |
| interval | string | – | Window: 1h, 6h, 1d, 1w, 1m, max (default max) |
| tokenId | string | yes | CLOB token id |
No output schema declared.
No examples provided.
swop_get_prices Get live prices for outcome tokens ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| tokenIds | array | yes | CLOB token ids |
No output schema declared.
No examples provided.
swop_get_product_link Get a shareable 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.
| Name | Type | Req | Description |
|---|---|---|---|
| handle | string | yes | Seller swop.id, e.g. "travis.swop.id" |
| sku | string | yes | Product sku/id from swop_get_store |
No output schema declared.
No examples provided.
swop_get_spending_delegation Get my AI spending settings ~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 Get a swop.id storefront ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| handle | string | yes | The seller swop.id, e.g. "travis.swop.id" |
No output schema declared.
No examples provided.
swop_get_swap_quote Get a token 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.
| Name | Type | Req | Description |
|---|---|---|---|
| amount | string | yes | Input amount in base units (wei / lamports / token decimals) |
| chain | string | – | EVM chain for a LiFi quote: base, ethereum, polygon, arbitrum, optimism, or a numeric chain id. Omit for a Solana (Jupiter) quote. |
| inputMint | string | yes | Input token: EVM contract address, or Solana mint |
| outputMint | string | – | Output token: EVM address, or Solana mint (default USDC) |
No output schema declared.
No examples provided.
swop_get_taxonomy Get sports/category 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 Get per-sport market 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 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 List my Launchpad 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 Look up a swop.id ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| handle | string | yes | Exact swop.id handle, e.g. "travis.swop.id" |
No output schema declared.
No examples provided.
swop_pay_x402_link Pay an x402 payment 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.
| Name | Type | Req | Description |
|---|---|---|---|
| confirm | boolean | – | true ONLY after the user confirmed the preview |
| previewId | string | – | From the preview step |
| url | string | yes | The x402 payment link (https) |
No output schema declared.
No examples provided.
swop_perps_order Open or close a perps position ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| coin | string | yes | Perp market symbol, e.g. "BTC", "ETH", "SOL" |
| confirm | boolean | – | true ONLY after the user confirmed the preview (with leverage + exposure shown) |
| direction | string | yes | long = buy/up, short = sell/down |
| leverage | number | yes | Leverage multiplier (capped by the user's setting and the market max) |
| marginUsd | number | yes | Margin (collateral) in USD to commit |
| previewId | string | – | From the preview step |
| reduceOnly | boolean | – | true to close/reduce an existing position instead of opening |
No output schema declared.
No examples provided.
swop_remove_link Remove a SmartSite 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.
| Name | Type | Req | Description |
|---|---|---|---|
| contentType | string | yes | The kind of item to remove |
| itemId | string | yes | The item id from swop_get_my_smartsite |
| smartsiteId | string | – | Specific SmartSite id (default: primary) |
No output schema declared.
No examples provided.
swop_search_identities Search swop.id 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.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | Max results, default 8 |
| query | string | yes | Handle or name fragment, at least 2 characters (e.g. "travis") |
No output schema declared.
No examples provided.
swop_search_markets Search prediction 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.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | Max results, default 10 |
| live | boolean | – | Only markets whose event is live right now |
| offset | integer | – | Pagination offset |
| query | string | – | Free-text topic search, e.g. "bitcoin", "chiefs", "fed rates" |
| tag_id | string | – | Sport/category tag id from swop_get_taxonomy |
No output schema declared.
No examples provided.
swop_send Send USDC from my Swop wallet ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| amountUsd | number | yes | Amount in USD (sent as USDC) |
| confirm | boolean | – | true ONLY after the user explicitly confirmed the preview |
| previewId | string | – | From the preview step |
| to | string | yes | Recipient: swop.id handle (e.g. "alice.swop.id") or 0x address |
No output schema declared.
No examples provided.
swop_swap Execute a token swap (EVM) ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| amount | string | yes | Input amount in base units (wei / token decimals) |
| chain | string | yes | EVM chain: base, ethereum, polygon, arbitrum, or a numeric chain id |
| confirm | boolean | – | true ONLY after the user confirmed the preview (output shown) |
| inputMint | string | yes | Input token EVM contract address |
| outputMint | string | yes | Output token EVM contract address |
| previewId | string | – | From the preview step |
No output schema declared.
No examples provided.
swop_update_my_smartsite Edit my SmartSite (name, bio, background) ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| backgroundColor | string | – | Solid background hex, e.g. "#0b0b0f" |
| backgroundGradient | array | – | Gradient hex stops, e.g. ["#5b3df5","#0b0b0f"] (clears the solid color) |
| backgroundImg | string | – | Background/wallpaper image URL |
| bio | string | – | New bio text |
| fontColor | string | – | Primary font hex color |
| fontFamily | string | – | Font family name |
| headerFormat | string | – | Header layout style |
| name | string | – | New display name |
| smartsiteId | string | – | Specific SmartSite id (default: primary) |
| themeColor | string | – | Accent/theme hex color |
No output schema declared.
No examples provided.
swop_update_product Update or unlist a 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.
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | – | New description |
| digitalDeliveryNote | string | – | What a buyer receives |
| extraImages | array | – | Replaces the additional images. Requires image, since the full list is rewritten |
| image | string | – | New primary image URL |
| keywords | array | – | Replaces the keywords |
| mintLimit | integer | – | New inventory available |
| name | string | – | New product name |
| priceUsd | number | – | New price in USD (settles in USDC) |
| productId | string | yes | The product id from swop_list_my_products |
| requiresShipping | boolean | – | Collect a shipping address |
| royaltyPercentage | number | – | Resale royalty percent |
| royaltyRecipient | string | – | Wallet receiving royalties |
| shippingCost | number | – | Flat shipping cost in USD |
| status | string | – | Set 'archived' to unlist |
| variants | array | – | Buyer-selectable options. Replaces the existing set when given. |
No output schema declared.
No examples provided.
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.