Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Suwappu
S
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:43:39 PM

Suwappu

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

Cross-chain DEX for AI agents. Swap tokens across 7+ chains.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "suwappu": {
      "command": "npx",
      "args": [
        "-y",
        "suwappu"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

Suwappu

Suwappu

Live CI CodeQL Scorecard License: Apache 2.0

Chains Providers Agent-Ready A2A Protocol ClawHub

Cross-chain DEX infrastructure for humans and AI agents.
Swap tokens across 45 chains via Telegram, WhatsApp, Discord, a web terminal, or a programmatic API.

Trade now Β Β·Β  Open Terminal Β Β·Β  Telegram Bot Β Β·Β  Agent Docs Β Β·Β  Security


Suwappu marketing site β€” trade anything, no limits

www.suwappu.bot β€” marketing site, embedded terminal preview

Suwappu Terminal β€” live TradingView chart, order book, and swap panel

terminal.suwappu.bot β€” the live Telegram Mini App: chart, order book, swap/limit/DCA, portfolio


Table of contents
  1. Overview
  2. Architecture
  3. Features
  4. Quick Start
  5. Swap Routing
  6. Supported Chains
  7. Bot Commands
  8. Project Structure
  9. API Endpoints (TypeScript)
  10. npm Packages
  11. Deployment
  12. Security
  13. Documentation
  14. Links

Overview

45 chains. 19 swap providers. 3 agent protocols. 5 frontends.

Chains45 mainnet chains β€” EVM + Solana + TRON + Starknet (canonical list: bot/config/chains.py; 18 served on the agent API)
Swap Providers19 routing providers β€” 0x, 1inch, Across, AVNU, CCIP, CCTP, CoW, GoatSwap, JuiceSwap, Jupiter, KyberSwap, LayerZero, Li.Fi, OKX, Socket, SunSwap, Tempo DEX, usdt0, Wormhole (chain-gated per route; source of truth: showcase/src/data/stats.generated.json)
Agent ProtocolsREST API (50+ endpoints) Β· MCP (22 tools) Β· A2A (JSON-RPC)
PlatformsTelegram Bot Β· WhatsApp Β· Discord Β· Web Terminal Β· Browser Extension
SDKs@suwappu/sdk Β· @suwappu/mcp-server Β· Python SDK

Architecture

mermaid
flowchart LR
    subgraph Clients["Entry Points"]
        TG["Telegram Bot"]
        WA["WhatsApp"]
        DC["Discord"]
        AI["AI Agents\nMCP + A2A + REST"]
        Web["Webapp + Terminal"]
        Ext["Browser Extension"]
    end

    subgraph Backend["Backend"]
        Bot["Python Monolith\nSwap Engine Β· 60+ Handlers\n120+ Services"]
        API["TypeScript API\nHono + Effect-TS\n50+ Endpoints"]
    end

    subgraph Providers["19 Swap Providers"]
        EVM["EVM Chains"]
        SOL["Solana"]
        TRON["TRON"]
    end

    TG & WA & DC --> Bot
    AI & Web & Ext --> API
    Bot --> API
    API --> EVM & SOL & TRON
    Bot --> EVM & SOL & TRON

Features

Trading

  • Cross-chain swaps β€” 19 providers, chain-gated per route and raced in parallel, best-price selection, slippage protection
  • MEV protection β€” CoW Protocol batch auctions (EVM) + Jito bundles (Solana)
  • Limit orders β€” Buy/sell triggers, stop-loss, trailing stop with expiry
  • DCA orders β€” Dollar-cost averaging on daily/weekly/monthly intervals
  • Token sniping β€” Pump.fun + Raydium launch detection, instant/conditional/first-block modes
  • Perpetuals β€” HyperLiquid integration (1-20x leverage, TP/SL, position monitoring)
  • Copy trading β€” Follow up to 5 traders, auto-mirror swaps, PnL leaderboard

Security

  • Anti-rug engine β€” Safety scoring (0-100), honeypot detection, mint/freeze authority checks, blacklist, liquidity analysis
  • Transaction simulation β€” Simulate before execution
  • Wallet encryption β€” AES-256-GCM envelope encryption with AWS KMS (auto-migrates from legacy Fernet)
  • Turnkey TEE wallets β€” Hardware-isolated key management with sub-org policies
  • 2FA β€” TOTP (Google Authenticator compatible) with configurable threshold (default $1,000+)
  • Spending limits β€” Per-swap ($5K), hourly ($10K), daily ($50K) β€” user-customizable
  • Withdrawal whitelisting β€” Pre-approved addresses with 24h cooldown

Agent Integration

ProtocolEndpointTools/Skills
REST API/v1/agent/*50+ endpoints β€” swaps, wallets, portfolio, perps, predictions, lending, webhooks
MCP/mcp22 tools β€” quotes, swaps, portfolio, perps, predictions, lending, wallet policies, and more
A2A/a2aNatural-language quotes/prices/discovery β€” swap ... returns a quote; no A2A execution method

Framework toolkits: LangChain Β· CrewAI Β· OpenClaw (zero-code, native MCP). Add Suwappu to any OpenClaw agent in one command:

bash
openclaw mcp add suwappu --url https://api.suwappu.bot/mcp \
  --transport streamable-http \
  --header "Authorization=Bearer $SUWAPPU_API_KEY" --exclude execute_swap

See docs/features/openclaw_integration.md.

Engagement

  • Points/XP system β€” Levels (Bronze β†’ Platinum), daily check-ins, milestones, reward store
  • 3-tier referrals β€” 30% fee share to referrers
  • Subscription tiers β€” Free / Pro ($9.99) / Premium ($29.99) / Enterprise ($99.99) with rate limits
  • x402 micropayments β€” Token-gated access protocol
  • Tax export β€” CSV/JSON yearly reports with cost-basis tracking

Multi-Platform

PlatformCapabilities
TelegramFull feature set β€” 60+ commands across 60+ handlers, Mini App, inline keyboards
WhatsAppSwaps, orders, DCA, alerts, voice messages, conversation flows
DiscordWhale alerts, trending tokens, leaderboard, analysis forum
Web TerminalTradingView charts, order book, 20+ panels, keyboard shortcuts
Browser ExtensionMV3 wallet β€” injects window.ethereum/window.solana, EIP-1193/6963 + Wallet Standard

Quick Start

MCP (Claude Desktop / Cursor)

Add to your Claude Desktop config:

config.json
{
  "mcpServers": {
    "suwappu": {
      "url": "https://api.suwappu.bot/mcp",
      "headers": { "Authorization": "Bearer suwappu_sk_YOUR_KEY" }
    }
  }
}

For stdio-only clients, repository source packages/mcp-server contains the 0.6.0 forwarding bridge. The npm release is still 0.1.1, so use hosted MCP for the current catalog until 0.6.0 is published.

A2A (Agent-to-Agent)

bash
# Discover capabilities
curl https://api.suwappu.bot/.well-known/agent.json

# Natural-language quote (`swap` wording is quote-only in A2A)
curl -X POST https://api.suwappu.bot/a2a \
  -H "Authorization: Bearer suwappu_sk_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"message/send","params":{"message":{"kind":"message","role":"user","parts":[{"kind":"text","type":"text","text":"swap 0.5 ETH to USDC on base"}]}}}'

Local Development

bash
# TypeScript API
cd api-ts && bun install && bun run dev

# Webapp
cd webapp && npm install && npm run dev

# Bot (Python)
python -m venv venv && source venv/bin/activate
pip install -r requirements.txt
uvicorn api.main:app --host 0.0.0.0 --port 8000 --reload

Each service needs its own .env β€” see .env.schema for the full contract and python3 scripts/doctor.py to check what's configured locally.


Swap Routing

The SwapEngine races all eligible providers for a given route in parallel and returns the best output amount β€” it's quote comparison, not a fixed priority list:

Code
Request β†’ Pre-checks (spending limits, safety score, MEV config)
        β†’ SwapEngine: race eligible providers in parallel, pick best output
           Same-chain EVM   β€” CoW Protocol (MEV-protected batch auctions), OKX DEX,
                              1inch, KyberSwap, 0x, Li.Fi
           Solana           β€” Jupiter + Jito (MEV bundle protection)
           Cross-chain      β€” Socket, Li.Fi, Circle CCTP (USDC), Across, Wormhole,
                              LayerZero, Chainlink CCIP
           Chain-specific   β€” SunSwap (TRON), plus other per-chain DEX integrations
        β†’ Points-based fee discount (up to 50%)

Supported Chains

The table below highlights the original launch chains. The canonical list of all 45 mainnet chains lives in bot/config/chains.py, drift-checked into showcase/src/data/stats.generated.json (18 of them are served on the agent API).

ChainIDNativeTypeSwap Providers
Ethereum1ETHEVMCoW, Socket, Li.Fi, Across, CCTP, CCIP, LayerZero
BSC56BNBEVMSocket, Li.Fi, Across, LayerZero
Polygon137MATICEVMCoW, Socket, Li.Fi, Across, CCTP
Arbitrum42161ETHEVMCoW, Socket, Li.Fi, Across, CCTP, LayerZero
Optimism10ETHEVMCoW, Socket, Li.Fi, Across, CCTP, LayerZero
Base8453ETHEVMCoW, Socket, Li.Fi, Across, CCTP
Avalanche43114AVAXEVMSocket, Li.Fi, Across, CCTP
Fantom250FTMEVMSocket, Li.Fi
Linea59144ETHEVMSocket, Li.Fi
Mantle5000MNTEVMSocket, Li.Fi
Gnosis100xDAIEVMSocket, Li.Fi
Scroll534352ETHEVMSocket, Li.Fi
Solanaβ€”SOLSolanaJupiter, Jito, Wormhole
TRONβ€”TRXTRONLi.Fi

Bot Commands

Core commands below β€” the bot has grown to 60+ handlers (savings, borrow, P2P, bulk pay, airdrops, gift cards, and more); see docs/features/README.md for the fuller map, or /start in the bot for the current menu.

CommandDescription
/sQuick swap β€” /s <amount> <token>
/wWallet management (create/import EVM, Solana, TRON)
/bBalances across all chains
/pPortfolio overview with PnL
/oLimit orders + DCA
/snipeToken sniping (Pump.fun, Raydium)
/perpsPerpetuals (HyperLiquid, 1-20x)
/tradersCopy trading leaderboard
/aPrice alerts
/hxTransaction history
/xpPoints, levels, rewards
/checkinDaily check-in (streak bonus)
/refReferral program (30% fee share)
/taxTax export (CSV/JSON)
/cCustodial deposits/withdrawals
/subSubscription tiers
/setSettings (slippage, 2FA, limits, notifications)
/gGas tracker
/fFavorite tokens

Project Structure

Code
suwappubot/
β”œβ”€β”€ api-ts/             # TypeScript API (Hono + Effect-TS + Drizzle)
β”‚   └── src/
β”‚       β”œβ”€β”€ routes/     # 22 route modules, 50+ endpoints
β”‚       β”œβ”€β”€ services/   # Services (swap, agent, perps, lending, etc.)
β”‚       └── middleware/  # Auth (bearer, telegram, flex, admin, internal)
β”œβ”€β”€ bot/                # Python Telegram bot
β”‚   β”œβ”€β”€ handlers/       # 60+ command handlers
β”‚   β”œβ”€β”€ services/       # 120+ services (swap engine, sniping, copy, security)
β”‚   └── config/         # Chain configs, token configs, settings
β”œβ”€β”€ api/                # Python FastAPI (webhook handlers)
β”œβ”€β”€ webapp/             # React + Vite Telegram Mini App β€” 29 pages, dev-only, not deployed
β”œβ”€β”€ terminal/           # Live Telegram Mini App (app.suwappu.bot) β€” 20+ panels, TradingView
β”œβ”€β”€ extension/          # Browser wallet extension (MV3, EIP-1193/6963 + Wallet Standard)
β”œβ”€β”€ showcase/           # Marketing site (Next.js)
β”œβ”€β”€ contracts/          # SUWP token + on-chain harness (Solidity)
β”œβ”€β”€ cloudflare/         # Cloudflare Worker (router)
β”œβ”€β”€ packages/
β”‚   β”œβ”€β”€ shared/         # Shared TypeScript types
β”‚   β”œβ”€β”€ sdk/            # @suwappu/sdk (npm, published)
β”‚   β”œβ”€β”€ mcp-server/     # @suwappu/mcp-server stdio -> hosted MCP bridge
β”‚   β”œβ”€β”€ openclaw/       # @suwappu/openclaw (npm, published)
β”‚   β”œβ”€β”€ design-tokens/  # @suwappu/design-tokens
β”‚   └── sdk-python/     # Python SDK (development)
β”œβ”€β”€ gitbook/            # API documentation (50+ files)
β”œβ”€β”€ infra/              # AWS CDK β€” legacy, unused for app deploys (see Deployment)
β”œβ”€β”€ database/           # DB init + runtime migrations
β”œβ”€β”€ docs/               # Architecture, deployment, and feature docs
β”œβ”€β”€ skills/             # Claude Code skills for this repo
β”œβ”€β”€ monitoring/         # External health-check endpoint manifest
β”œβ”€β”€ tests/              # Python tests
└── .github/workflows/  # CI/CD

packages/mcp-server source is vendored here and can be ahead of the published npm release; see the package README for the current version boundary.


API Endpoints (TypeScript)

Route ModuleAuthKey Endpoints
Agent (/v1/agent/*)Bearerregister, quote, swap, execute, portfolio, prices, tokens, wallets, wallet policies, webhooks, key rotation
Perps (/v1/agent/perps/*)Bearermarkets, quote, positions
Predictions (/v1/agent/predict/*)Bearermarkets, market details (Polymarket)
Lending (/v1/agent/lend/*)Bearermarkets, market details (Morpho)
MCP (/mcp)Bearer22 tools via JSON-RPC
A2A (/a2a)Bearermessage/send, tasks/get, tasks/cancel
Webapp Swap (/webapp/swap/*)Telegramquote, execute, status, chains, tokens
Webapp Auth (/webapp/*)Variousvalidate, telegram auth, Turnkey OAuth, trending, token info/chart
Public (/public/swap/*)Optionalchains, tokens, quote, execute, status (rate-limited)
Admin (/admin/*)Admin keystats, agents, swaps, webhooks
Internal (/internal/*)Internal keyService-to-service swap, user, events, payment verification
Health (/health)NoneHealth + DB connectivity

npm Packages

PackageVersionDescription
@suwappu/sdk0.4.0TypeScript SDK + suwappu CLI
@suwappu/mcp-server0.1.1MCP server for Claude Desktop/Cursor
@suwappu/openclaw0.2.0OpenClaw skill module

Versions above are the current npm releases. Package source in this monorepo may be ahead while the next release is being prepared.


Deployment

Deploy target is Railway β€” there is no AWS/ECS/EC2 deploy path anymore. Railway is wired to GitHub, so merging to main/dev auto-deploys any service whose watched paths changed. See docs/deployment/railway.md and the /deploy skill. (The AWS Dockerfiles/CDK under infra/ are left in place for reversibility, not because they're live.)

webapp/ is unused in production β€” it has no Railway service and deploys nowhere. The live Telegram Mini App (app.suwappu.bot) is served by terminal/.

ServiceProduction URLBranch
python-api (bot + FastAPI)python-api-*.up.railway.app (no custom domain)main
api-tsapi.suwappu.botmain
terminal (live Mini App)app.suwappu.bot Β· terminal.suwappu.botmain
showcasewww.suwappu.botmain

Development env uses the same services on the dev branch, e.g. devapi.suwappu.bot for api-ts.

CI/CD: GitHub Actions auto-deploys on push to main/dev (see docs/deployment/monitoring.md for how each layer's health is checked post-deploy).


Security

  • Wallet encryption β€” AES-256-GCM envelope encryption with AWS KMS
  • Turnkey TEE β€” Hardware-isolated key management
  • 2FA β€” TOTP with backup codes, configurable threshold
  • Spending limits β€” Per-swap, hourly, daily (user-customizable)
  • Anti-rug β€” Safety scoring, honeypot detection, authority checks, emergency auto-sell
  • Token analysis β€” GoPlus Security API integration
  • Transaction simulation β€” Simulate before executing
  • Withdrawal whitelisting β€” 24h cooldown for new addresses
  • Audit logging β€” All security-sensitive actions logged

Report vulnerabilities to security@suwappu.bot β€” see SECURITY.md.

Supply chain

We practice continuous open-source dependency scanning and ship a checked-in Software Bill of Materials (SBOM).

  • Checked-in SBOM. A CycloneDX SBOM lives at sbom/suwappubot.cdx.json β€” every dependency across every ecosystem in this monorepo (Python, npm, bun), deduplicated. Generated with Syft, which auto-detects every package manifest/lockfile in the tree; nothing is hand-authored.

    Regenerate the SBOM:

    Terminal
    curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin
    syft . -o cyclonedx-json=sbom/suwappubot.cdx.json
    
  • CI workflows (SHA-pinned). Two additive workflows live under .github/workflows/:

    • sbom.yml β€” on each published Release, regenerates the CycloneDX SBOM with Syft and attaches it as a Release asset.
    • scorecard.yml β€” weekly + on push to main, runs OpenSSF Scorecard and uploads SARIF to the repo Security tab.

    Both workflows pin every action to a full commit SHA (a stricter convention than this repo's other workflows, deliberately β€” a supply-chain-security workflow pinning its own dependencies loosely would undercut the point). This repo's Actions billing is active, so both run for real starting with the first push/release after merge β€” not dormant pending billing, unlike the initial rollout on other Suwappu satellite repos.

    Not audited, not SOC 2 β€” this is dependency-inventory tooling (what's in the tree and how it's fetched), not a security certification. See SECURITY.md for the actual security posture and vulnerability-reporting process.


Documentation

ResourceDescription
GitBook API DocsFull API reference (50+ files)
Agent ClientsMCP, A2A, REST setup for AI agents
FeaturesUser-facing feature guides (HyperLiquid, Tempo, etc.)
DeploymentRailway, CI/CD, monitoring
CLAUDE.mdLocal setup, build commands, migrations, architecture gotchas

Governance

ResourceDescription
ARCHITECTURE.mdSystem boundaries, decision taxonomy, standing decisions
CONVENTIONS.mdToolchain, git, code, testing, and naming rules
AGENTS.mdPolicy for AI agents working in this repo
CONTRIBUTING.md Β· SUPPORT.md Β· SECURITY.mdContributing, getting help, vulnerability reporting
CHANGELOG.mdNotable changes
.env.schema Β· capabilities.yamlGenerated env contract Β· optional-provider manifest (python3 scripts/doctor.py to probe)

Links

  • Webapp: https://app.suwappu.bot
  • API: https://api.suwappu.bot
  • Showcase: https://www.suwappu.bot
  • Telegram Bot: @SuwappuBot
  • Agent Card: https://api.suwappu.bot/.well-known/agent.json

Related MCP Servers

View all in Developer Tools View all alternatives
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    πŸ’» Developer Tools0 views
    Compare vs Ai Netcafe β†’
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools7 views
    Compare vs Claude Task Master β†’
  • BoostedTravel logoBoostedTravel

    Flight search & booking for AI agents. 400+ airlines, $20-50 cheaper than OTAs.

    πŸ’» Developer Tools0 views
    Compare vs BoostedTravel β†’
  • Shadcn Ui Mcp Server logoShadcn Ui Mcp Server

    MCP server that gives AI assistants seamless access to shadcn/ui v4 components, blocks, demos, and metadata.

    πŸ’» Developer Tools2 views
    Compare vs Shadcn Ui Mcp Server β†’

Frequently Asked Questions about Suwappu

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "suwappu": { "command": "npx", "args": ["-y", "suwappu"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewSuwappu AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/suwappu?style=directory)](https://allmcps.com/mcp/suwappu)
HTML Embed
<a href="https://allmcps.com/mcp/suwappu"><img src="https://allmcps.com/api/badge/suwappu?style=directory" alt="Suwappu on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
0/4 checks healthy over the last 7h
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
25Quality signal: Emerging Β· 25/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools10/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Suwappu β†’Install in Claude DesktopInstall in CursorInstall in VS Code