Skip to content
Back to search
30
MCP

@mseep/specbridge

npm/@mseep/specbridge

An MCP server that bridges OpenAPI specifications to MCP tools - scan a folder for spec files and automatically generate corresponding tools

Uptime
0.0%
12 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

io.github.pavelpiha/specrun
MCP server that converts OpenAPI specs into tools which can query API endpoints
0 tools
mcp-bridge-parser
Convert OpenAPI specs to MCP (Model Context Protocol) server configurations. Works in Node.js, browser, and Deno. Part of MCP-Bridge — https
0 tools
@mseep/spec-workflow-mcp
MCP server for spec-driven development workflow with real-time web dashboard
0 tools
@mseep/mcp-graphql-forge
MCP server that exposes GraphQL APIs to AI tools through automatic schema introspection and tool generation
0 tools
@mseep/mcp-bridge
Model Context Protocol (MCP) server to use Universal Tool Calling Protocol (UTCP)
0 tools
mcp-openapi-server
MCP Server (Model Context Protocol) for turning OpenAPI specifications into a MCP Resource
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "@mseep/specbridge": {
      "url": "None",
      "transport": "http"
    }
  }
}