GitHub Stars
1
User Rating
Not Rated
Forks
0
Issues
0
Views
1
Favorites
0
README
Public APIs MCP
List and search public APIs from public-apis.
Usage
Add to your mcp.json
to use latest version from npm:
{
"public-apis-mcp": {
"name": "Public APIs",
"description": "Get list of public APIs from github.com/public-apis",
"command": "npx",
"args": ["-y", "public-apis-mcp@latest"]
}
}
Development
- Requires Bun
- Install:
bun install
- Build:
bun run build
- Watch:
bun run build:watch
- Inspector:
bun inspector
To use your local build add the following to your mcp.json
:
{
"public-apis-mcp": {
"name": "Public APIs",
"description": "Get list of public APIs from github.com/public-apis",
"command": "node",
"args": [
"<PATH_TO_THIS_REPO>/build/index.mjs"
]
}
}
Author Information
123
Followers
360
Repositories
16
Gists
7
Total Contributions
Top Contributors
Tags
Threads