Specbridge

Specbridge

tbosak

Converts OpenAPI specification files into executable MCP tools by scanning folders and auto-generating endpoints with parameter validation and authentication support.

7384 views7Local (stdio)

What it does

  • Convert OpenAPI specs to executable tools
  • List and manage OpenAPI specification files
  • Download specs from URLs
  • Browse APIs.guru directory
  • Handle authentication with .env files
  • Validate parameters automatically

Best for

API developers testing endpointsBuilding API integration workflowsExploring public APIs from APIs.guruRapid API prototyping
Zero configuration setupFilesystem-based interfaceAuto authentication via .env

Tools (11)

specbridge_list_specs

List all OpenAPI specification files in the specs folder

specbridge_get_spec

Get the content of a specific OpenAPI specification file

specbridge_update_spec

Update the content of a specific OpenAPI specification file

specbridge_download_spec

Download an OpenAPI specification from a URL and save it to the specs folder

apisguru_listAPIs

List all APIs in the APIs.guru directory with links to OpenAPI definitions

Alternatives