# io.github.Travisswop/swop (remote · mcp.swopme.co)

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

- Trust score: 78/100 (medium)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-24

## Components

- remote · `mcp.swopme.co`: 78/100 (this document), [markdown](https://verifymcp.io/servers/travisswop-swop/mcp.md), [page](https://verifymcp.io/servers/travisswop-swop/mcp)

## Channel facts

- Endpoint: `https://mcp.swopme.co/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.1`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-24.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation check failed: no authorisation is required to call this server, and it exposes a tool marked destructive (swop_remove_link).
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 76/100
  - AI-judged instruction clarity (excellent).
  - 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.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 77/100
  - Stability check failed: schema churn in the 24 days we've observed: 0 tool removals, 1 breaking changes, 0 auth/transport breaks, 12 additions.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - All 4 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.
  - An AI judge read all 31 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

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

### Claude

```bash
claude mcp add --transport http travisswop-swop 'https://mcp.swopme.co/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "travisswop-swop": {
      "url": "https://mcp.swopme.co/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "travisswop-swop": {
      "type": "http",
      "url": "https://mcp.swopme.co/mcp"
    }
  }
}
```

### Codex

```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
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add travisswop-swop --url 'https://mcp.swopme.co/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  travisswop-swop:
    url: "https://mcp.swopme.co/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "travisswop-swop": {
      "Transport": "http",
      "Url": "https://mcp.swopme.co/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add travisswop-swop -t streamable-http -u 'https://mcp.swopme.co/mcp'
```

### Other

```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 recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-24 (score 78, +1)

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

### 2026-09-22 (score 77, +1)

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

### 2026-09-20 (score 76, +1)

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

### 2026-09-18 (score 75, +1)

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

### 2026-09-17 (score 74, −1)

- [security regression] Stability: 0.53 → fail
- [security regression] 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
- [functional regression] “swop_create_product” made “description” required, so existing callers break
- [functional regression] “swop_create_product” made “image” required, so existing callers break
- [functional] New tool “swop_list_my_tokens”
- [cosmetic] “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

### 2026-09-16 (score 75, +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.

### 2026-09-14 (score 74, +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.

### 2026-09-12 (score 73, +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.

## MCP tools (31)

### `swop_search_identities` (~96 tokens)

Search swop.id 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.

Input parameters:

- `limit` (integer): Max results, default 8
- `query` (string, required): Handle or name fragment, at least 2 characters (e.g. "travis")

### `swop_lookup_identity` (~84 tokens)

Look up a swop.id

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.

Input parameters:

- `handle` (string, required): Exact swop.id handle, e.g. "travis.swop.id"

### `swop_search_markets` (~156 tokens)

Search prediction 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.

Input parameters:

- `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

### `swop_get_event_markets` (~81 tokens)

Get all markets for an event

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.

Input parameters:

- `slug` (string, required): Event slug from a market result (eventSlug field)

### `swop_get_event_live_status` (~59 tokens)

Get live status of an event

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.

Input parameters:

- `slug` (string, required): Event slug

### `swop_get_orderbook` (~62 tokens)

Get market 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.

Input parameters:

- `tokenId` (string, required): CLOB token id for one outcome

### `swop_get_prices` (~69 tokens)

Get live prices for outcome tokens

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.

Input parameters:

- `tokenIds` (array, required): CLOB token ids

### `swop_get_price_history` (~110 tokens)

Get price history for an outcome token

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

Input parameters:

- `fidelity` (integer): Candle resolution in minutes, default 30
- `interval` (string): Window: 1h, 6h, 1d, 1w, 1m, max (default max)
- `tokenId` (string, required): CLOB token id

### `swop_get_taxonomy` (~52 tokens)

Get sports/category 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` (~31 tokens)

Get per-sport market stats

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

### `swop_check_predictions_access` (~40 tokens)

Check prediction-market availability

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

### `swop_get_my_profile` (~36 tokens)

Get my Swop profile

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

### `swop_get_my_balances` (~31 tokens)

Get my wallet balances

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

### `swop_get_my_orders` (~44 tokens)

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_list_my_tokens` (~72 tokens)

List my Launchpad 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_get_my_smartsite` (~99 tokens)

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

Input parameters:

- `smartsiteId` (string): Specific SmartSite id (default: primary)

### `swop_update_my_smartsite` (~242 tokens)

Edit my SmartSite (name, bio, background)

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.

Input parameters:

- `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

### `swop_add_link` (~291 tokens)

Add a link to my SmartSite

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.

Input parameters:

- `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, required): The link to add (any URL, or mailto:/tel:)

### `swop_remove_link` (~121 tokens)

Remove a SmartSite 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.

Input parameters:

- `contentType` (string, required): The kind of item to remove
- `itemId` (string, required): The item id from swop_get_my_smartsite
- `smartsiteId` (string): Specific SmartSite id (default: primary)

### `swop_create_product` (~290 tokens)

Create a 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.

Input parameters:

- `description` (string, required): 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, required): Primary product image URL (required)
- `keywords` (array): Search keywords
- `mintLimit` (integer): Inventory available, default 1
- `name` (string, required): Product name
- `nftType` (string): Fine-grained type; overrides productType. phygital/menu are physical, the rest digital
- `priceUsd` (number, required): 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.

### `swop_feature_product` (~118 tokens)

Feature a product on my SmartSite

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.

Input parameters:

- `carouselTitle` (string): Optional heading for the product section
- `smartsiteId` (string): Specific SmartSite id (default: primary)
- `templateId` (string, required): The product/template id from swop_create_product

### `swop_list_my_products` (~61 tokens)

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_update_product` (~277 tokens)

Update or unlist a 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.

Input parameters:

- `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, required): 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.

### `swop_get_spending_delegation` (~51 tokens)

Get my AI spending settings

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_send` (~192 tokens)

Send USDC from my Swop wallet

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.

Input parameters:

- `amountUsd` (number, required): 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, required): Recipient: swop.id handle (e.g. "alice.swop.id") or 0x address

### `swop_pay_x402_link` (~151 tokens)

Pay an x402 payment 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.

Input parameters:

- `confirm` (boolean): true ONLY after the user confirmed the preview
- `previewId` (string): From the preview step
- `url` (string, required): The x402 payment link (https)

### `swop_get_swap_quote` (~198 tokens)

Get a token 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.

Input parameters:

- `amount` (string, required): 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, required): Input token: EVM contract address, or Solana mint
- `outputMint` (string): Output token: EVM address, or Solana mint (default USDC)

### `swop_swap` (~239 tokens)

Execute a token swap (EVM)

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.

Input parameters:

- `amount` (string, required): Input amount in base units (wei / token decimals)
- `chain` (string, required): 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, required): Input token EVM contract address
- `outputMint` (string, required): Output token EVM contract address
- `previewId` (string): From the preview step

### `swop_perps_order` (~301 tokens)

Open or close a perps position

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.

Input parameters:

- `coin` (string, required): Perp market symbol, e.g. "BTC", "ETH", "SOL"
- `confirm` (boolean): true ONLY after the user confirmed the preview (with leverage + exposure shown)
- `direction` (string, required): long = buy/up, short = sell/down
- `leverage` (number, required): Leverage multiplier (capped by the user's setting and the market max)
- `marginUsd` (number, required): Margin (collateral) in USD to commit
- `previewId` (string): From the preview step
- `reduceOnly` (boolean): true to close/reduce an existing position instead of opening

### `swop_get_product_link` (~102 tokens)

Get a shareable 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.

Input parameters:

- `handle` (string, required): Seller swop.id, e.g. "travis.swop.id"
- `sku` (string, required): Product sku/id from swop_get_store

### `swop_get_store` (~135 tokens)

Get a swop.id storefront

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.

Input parameters:

- `handle` (string, required): The seller swop.id, e.g. "travis.swop.id"

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/travisswop-swop/mcp#diagnostics

## Score history

- 2026-09-24: 78
- 2026-09-23: 77
- 2026-09-22: 77
- 2026-09-21: 76
- 2026-09-20: 76
- 2026-09-19: 75
- 2026-09-18: 75
- 2026-09-17: 74
- 2026-09-16: 75
- 2026-09-15: 74
- 2026-09-14: 74
- 2026-09-13: 73
- 2026-09-12: 73
- 2026-09-11: 72
- 2026-09-10: 72
- 2026-09-09: 71
- 2026-09-08: 71
- 2026-09-07: 70
- 2026-09-06: 70
- 2026-09-05: 70
- 2026-09-04: 69
- 2026-09-03: 69
- 2026-09-02: 69
- 2026-09-01: 68
- 2026-08-31: 68

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

## Links

- Remote endpoint: https://mcp.swopme.co/mcp
- Repository: https://github.com/Travisswop/swop-mcp
- Changelog RSS feed: https://verifymcp.io/servers/travisswop-swop/mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/travisswop-swop/mcp.json
- HTML version of this page: https://verifymcp.io/servers/travisswop-swop/mcp
