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.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • 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 BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs 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 BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ’ป Developer Tools
  3. Echo MCP
Echo MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 2:05:51 PM

Echo MCP

User RatingsBe the first to rate and review this MCP server!
View Repository10 GitHub StarsTotal stargazers on GitHub for the source repository (10 stars).Visit Website
goechomcpopenapiapi-tools

Wraps Echo routes as MCP tools with OpenAPI, Swagger, manual schemas, and endpoint filtering.

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
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "brunokrugel-echo-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/inspector"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ’ป More in Developer Tools

Overview

BrunoKrugel/echo-mcp MCP server wraps existing Go Echo routes and exposes them as Model Context Protocol tools. It mounts an MCP HTTP endpoint inside an Echo application, allowing MCP-compatible agents to call the API routes. Tool schemas can come from Swaggo annotations, raw OpenAPI YAML or JSON, manual registrations, or automatic route inference. Reach for it when an existing Echo API needs an MCP interface without creating a separate tool implementation for each endpoint.

Use cases

โ€ขExpose existing Echo routes to MCP clients
โ€ขGenerate MCP tool schemas from Swaggo annotations
โ€ขConnect an OpenAPI-described Go API to AI agents
โ€ขExclude health checks and internal routes from tool access

Key features

โ€ขEcho route-to-MCP tool wrapping
โ€ขOpenAPI YAML and JSON schema support
โ€ขSwaggo-based schema generation
โ€ขManual route schema registration
โ€ขEndpoint inclusion and exclusion filters
โ€ขAutomatic basic schema inference

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Echo MCP.

Extracted Tool Capabilities
Echo route-to-MCP tool wrapping
OpenAPI YAML and JSON schema support
Swaggo-based schema generation
Manual route schema registration
Endpoint inclusion and exclusion filters
Automatic basic schema inference

How Echo MCP works

What BrunoKrugel/echo-mcp MCP server does

BrunoKrugel/echo-mcp MCP server connects an existing Echo web application to Model Context Protocol. It discovers or receives definitions for the application's routes and makes those operations available to MCP clients as tools. The API remains an Echo application; MCP support is added by creating the wrapper and mounting it at a route such as /mcp.

The project is intended for Go services built with the Echo framework. It does not describe a standalone gateway for arbitrary HTTP services. The routes must already exist in the Echo application that initializes the wrapper.

How it works

Create the MCP wrapper with the Echo instance, then mount it at an HTTP path. The example uses server.New(e), mounts /mcp, and starts the Echo server on port 8080. An MCP client can then connect to the resulting endpoint, such as http://localhost:8080/mcp.

BrunoKrugel/echo-mcp MCP server supports several ways to describe tool inputs and outputs. A raw OpenAPI YAML or JSON string can define the server metadata and operation schemas. Swaggo documentation can be enabled for applications that use Swagger annotations. Individual routes can receive manually registered schemas, while automatic inference provides a fallback for simpler endpoints.

Endpoint exposure can be narrowed by registering an inclusion list or excluding paths with wildcard patterns. This lets an application keep health checks or internal routes out of the MCP tool set.

Setup and configuration

Install the Go dependency with:

bash
go get github.com/BrunoKrugel/echo-mcp

Import the package alongside Echo, initialize the wrapper with the existing *echo.Echo value, and mount the MCP route before starting the application. A base URL can be supplied through configuration when schema generation needs it. Swagger-based schemas are enabled with EnableSwaggerSchemas: true; raw definitions are supplied through OpenAPISchema.

The README shows an HTTP MCP client configuration with a URL and timeout. It does not document environment variables, authentication settings, or a separate executable command for launching the wrapper.

Tools and capabilities

  • Expose Echo routes as MCP tools.
  • Read operation definitions from raw OpenAPI YAML or JSON.
  • Generate schemas from Swaggo annotations.
  • Register request and query schemas for selected methods and paths.
  • Infer basic path and body inputs when no richer schema is provided.
  • Include or exclude endpoints from MCP exposure.

Limitations and notes

BrunoKrugel/echo-mcp MCP server is a library integrated into an Echo application, not a standalone MCP binary. The material does not specify built-in authentication, authorization, transport options beyond the mounted HTTP endpoint, or client-specific setup beyond a generic MCP HTTP configuration.

Manual schema registration is marked as work in progress in the project documentation. Automatic inference is described as suitable for basic path and body handling, so applications needing detailed validation or precise operation metadata should use OpenAPI, Swagger, or manual schema definitions instead. The project also does not state a license in the supplied material.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • 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 Tools8 views
    Compare vs Claude Task Master โ†’
  • Magic MCP logoMagic MCP

    Create crafted UI components inspired by the best 21st.dev design engineers.

    ๐Ÿ’ป Developer Tools16 views
    Compare vs Magic MCP โ†’
  • Valet logoValet

    Get share links, publish and manage websites, artifacts and agents. No account needed.

    ๐Ÿ’ป Developer Tools2 views
    Compare vs Valet โ†’
  • Faf MCP logoFaf MCP

    Universal persistent project context for Cursor, Windsurf, Cline, VS Code, and all MCP-compatible platforms (including Claude Desktop). IANA-registered format (application/vnd.faf+yaml). 17 native tools, AI-readiness scoring.

    ๐Ÿ’ป Developer Tools3 views
    Compare vs Faf MCP โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
10
Stargazers on the source repository.
npm downloads
1M
Package downloads in the last 30 days.
Last commit
17d ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Echo MCP

Add it as a Go dependency with `go get github.com/BrunoKrugel/echo-mcp`, then integrate it into an existing Echo application.

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 PreviewEcho MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/brunokrugel-echo-mcp?style=directory)](https://allmcps.com/mcp/brunokrugel-echo-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/brunokrugel-echo-mcp"><img src="https://allmcps.com/api/badge/brunokrugel-echo-mcp?style=directory" alt="Echo MCP on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ’ปDeveloper Tools
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseMIT
Last updatedSep 7, 2026
10/10 checks healthy over the last 34d
Views3
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.
GitHub stars10
GitHub Star CountTotal stargazers on GitHub representing community popularity (10 stars).
Last commit17d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 25, 2026
npm downloads1,014,756/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
45Quality signal: Fair ยท 45/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 ownership6/20
Documentation & tools18/30
Adoption & activity10/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.

Supply-chain signal

2 high-severity advisories on record for this package. Most advisories affect transitive dependencies and may not be exploitable in this server's actual usage โ€” this is a directional signal, not a security audit.

Critical 1High 1Medium 0Low 0

Scanned 21d ago via OSV.dev ยท @modelcontextprotocol/inspector (npm)

โ˜… 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 unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge 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 Echo MCP โ†’Install in Claude DesktopInstall in CursorInstall in VS Code