PPN Hub — public APIs over MCP
com.ppn-hub/ppn-hubOne MCP endpoint over 69 public PPN APIs: search_apis to discover, execute_api to call. Free tier.
Tools · 3
Search across 484 endpoints in 59 APIs (cultural, earth, energy-calc, green-path, harmonias, hydrogen, internal, nanobase, nanosnap, natura, platform, sakurahub, science, sim, space, stocks). Returns …
Execute a request against any of the 59 registered APIs. Use search_apis first to find the correct api name and operationId. Requires 'Authorization: Bearer ppn_live_*'.
Environmental brief for one location: fans out to every public geo-aware API (weather, terrain, environment, …) and returns a merged JSON. Partial results come back with an errors[] list. Requires 'Au…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"ppn_hub_—_public_apis_over_mcp": {
"url": "https://mcp.ppn-hub.com/mcp",
"transport": "streamable-http"
}
}
}