public-apis-mcp
0
The Public APIs MCP allows users to list and search public APIs from the public-apis GitHub repository. It is designed to work with MCP and requires Bun for development.
Public APIs MCP
List and search public APIs from public-apis.
Usage
- Integrate into your project using npm.
- Use the latest version by configuring
mcp.json
.
Development
- Requires Bun.
- Install with
bun install
. - Build using
bun run build
and watch withbun run build:watch
. - Use local builds by specifying paths in
mcp.json
.