PPN Hub — public APIs over MCP
Server Details
One MCP endpoint over 69 public PPN APIs: search_apis to discover, execute_api to call. Free tier.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP · MCP 2025-11-25
- URL
TDQS
Scored across 3 tools
Each tool has a clearly distinct purpose: search_apis discovers endpoints, execute_api makes raw API calls, and environment_brief provides an aggregated high-level convenience feature. No two tools could realistically be confused.
Two tools (execute_api, search_apis) follow the verb_noun snake_case pattern, but environment_brief breaks the pattern as a noun phrase. Overall readable, with only a minor deviation.
Three tools is a lean, well-scoped set for a gateway that exposes hundreds of endpoints. Each tool handles a distinct stage of the workflow: discover, execute, and aggregate.
The tool surface covers the full workflow of discovering and executing API calls, plus a special aggregate convenience endpoint. No obvious gaps for the stated purpose of providing public APIs over MCP.
Available Tools
3 toolsenvironment_briefAInspect
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 'Authorization: Bearer ppn_live_*'.
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Latitude | |
| lon | Yes | Longitude | |
| place | No | Optional human-readable place label (echoed back) |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description compensates by disclosing key behaviors: it fans out to multiple APIs, returns merged JSON, handles partial results with an errors[] list, and requires authorization. This is substantial transparency, though it omits details like rate limits or latency.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is very concise with three sentences, each adding essential information: behavior, error handling, and authentication. No redundant or vague phrasing.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the lack of output schema and annotations, the description covers the main functionality and error reporting, but does not describe the structure of the merged JSON output or any constraints on usage, leaving some aspects incomplete for an agent.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% and descriptions in the schema already explain lat, lon, and place adequately. The tool description adds no new semantic information beyond what the schema provides, so the default score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it provides an 'Environmental brief for one location' by aggregating multiple APIs, and the name 'environment_brief' reinforces this. It distinguishes from the broader sibling tools 'execute_api' and 'search_apis' by being specialized and self-contained.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description mentions it requires a specific authorization token, but does not explicitly state when to use this tool versus alternatives, nor provides any exclusion criteria. Usage is implied for environmental data retrieval but lacks explicit guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
execute_apiAInspect
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_*'.
| Name | Required | Description | Default |
|---|---|---|---|
| api | Yes | API name: marketo, atmos, chronomap, hydros, lithos, terra, carbon-credit, cost-compare, demand-forecast, grid-connect, site-matching, storage-optimize, tariff-optimize, transmission-loss, carbonias, planetary, green-path-api, biomassia, gasturbia, geothermia, hydria, reactoria, renewio, solaria, windaria-api, hydrogen, sla-viewer-production, nanobase-api, nanosnap-console, nanosnap-gacha-production, nanosnap-inventory-production, nanosnap-leaderboard-production, nanosnap-mailbox-production, nanosnap-persona-gateway-production, nanosnap-presence-production, nanosnap-replay-production, nanosnap-room-production, nanosnap-save-data-production, nanosnap-spatial-message-production, nanosnap-world-counter-production, nanosnap-world-objects-production, biositia, cryonia, faunaunify, literatia, plantunify, ppn-hub-workers, foodsense, onokoro, sakurahub-address, sakurahub-gateway, sakurahub-web, weathio, biolexia-production, biocolo, nishinoshima-gateway-production, celestora, orbitalio, perks | |
| body | No | Request body for POST/PUT/PATCH | |
| params | No | Query and path parameters as key-value pairs | |
| operationId | Yes | operationId from search_apis results |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full transparency burden. It discloses the authentication requirement (Bearer token) and implies side effects via 'execute a request,' but lacks details on error behavior, rate limits, or whether it is read-only or mutating. This is minimal but non-contradictory.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences, immediately states the core purpose, and avoids redundancy. It front-loads the primary action and follows with critical usage guidance, with zero wasted words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's generic nature (any of 59 APIs) and no output schema, the description covers essential aspects: purpose, prerequisite discovery, and auth. However, it omits expectations about response format or error handling, which are critical for a generic executor. It is adequate but lacks completeness for high-variance behavior.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so the schema already documents all parameters. The description adds little beyond the schema; it repeats the instruction to use search_apis but does not enrich parameter meaning. The baseline of 3 is appropriate because the schema does the heavy lifting.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: 'Execute a request against any of the 59 registered APIs.' It uses a specific verb+resource pattern and distinguishes itself from siblings by clarifying its role as the executor, while search_apis is for discovery.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly instructs to 'Use search_apis first to find the correct api name and operationId,' providing clear prerequisite guidance. It also notes the required authorization header, which is essential for correct invocation. This covers when to use the tool and implies alternatives for discovery.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_apisAInspect
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 matching endpoints with method, path, summary, parameters, and a ready-to-run example. Use this to discover available API endpoints before calling execute_api. Results carry a "coverage" field (e.g. ["JP"]) for region-limited APIs; use the "region" filter to narrow.
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Filter by OpenAPI tag | |
| limit | No | Max results (default: 20) | |
| query | Yes | Search term (matches operationId, summary, description, path, API name, tags; synonyms expanded) | |
| domain | No | Filter by domain: cultural, earth, energy-calc, green-path, harmonias, hydrogen, internal, nanobase, nanosnap, natura, platform, sakurahub, science, sim, space, stocks | |
| method | No | Filter by HTTP method | |
| region | No | Filter by ISO 3166-1 alpha-2 region the API serves data for (e.g. "JP"). Returns region-specific + global APIs; excludes APIs limited to other regions. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description must carry the full burden of behavioral disclosure. It explains what the tool returns (matching endpoints with method, path, summary, parameters, example) and the presence of a 'coverage' field for region-limited APIs. It does not explicitly state that it is read-only, but as a search tool it is inherently non-destructive. The description adds useful context beyond the schema, such as the region filter behavior ('Returns region-specific + global APIs; excludes APIs limited to other regions'), which enhances transparency. Missing explicit read-only statement is a minor gap but not a contradiction.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise and information-dense, consisting of two sentences that cover the scope, result structure, usage guidance, and a key behavioral note. Every sentence adds value, and it is front-loaded with the most important information. There is no redundancy or fluff.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool has 6 parameters, 1 required, and no output schema, so the description must convey the return value and usage context. It does explain what is returned and mentions the 'coverage' field and region filter. It does not explicitly mention pagination or the limit parameter, but since the schema documents limit with its default and maximum, that gap is acceptable. The description is complete enough for an agent to use effectively in conjunction with the sibling tools.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has 100% coverage for all 6 parameters, so the baseline is 3. However, the description adds significant meaning beyond the schema: it explains that the query matches 'operationId, summary, description, path, API name, tags; synonyms expanded,' which is not in the schema. It also elaborates on the region filter's behavior regarding global versus region-specific APIs. These additions give deeper semantics for key parameters, justifying a score above baseline.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: 'Search across 484 endpoints in 59 APIs...' and specifies it returns matching endpoints with method, path, summary, parameters, and an example. It explicitly distinguishes itself from siblings by stating 'Use this to discover available API endpoints before calling execute_api.' This provides a specific verb (search) and resource (endpoints across APIs), and a clear distinction from the sibling tools.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly says when to use it: 'Use this to discover available API endpoints before calling execute_api.' It also gives usage guidance for the region filter: 'Results carry a "coverage" field... use the "region" filter to narrow.' This is direct and clear about the context of use, fulfilling the dimension completely.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
1 tool update
- Changed
execute_api1 field changed- changed
Input schema / properties / api / descriptionPrevious value: -"API name: marketo, atmos, chronomap, hydros, lithos, terra, carbon-credit, cost-compare, demand-forecast, grid-connect, site-matching, storage-optimize, tariff-optimize, transmission-loss, carbonias, planetary, green-path-api, biomassia, gasturbia, geothermia, hydria, reactoria, renewio, solaria, windaria-api, hydrogen, sla-viewer-production, nanobase-api, nanosnap-console, nanosnap-gacha-production, nanosnap-inventory-production, nanosnap-leaderboard-production, nanosnap-mailbox-production, nanosnap-persona-gateway-production, nanosnap-presence-production, nanosnap-replay-production, nanosnap-room-production, nanosnap-save-data-production, nanosnap-spatial-message-production, nanosnap-world-counter-production, nanosnap-world-objects-production, biositia, cryonia, faunaunify, literatia, plantunify, ppn-hub-workers, onokoro, sakurahub-address, sakurahub-gateway, sakurahub-web, weathio, biolexia-production, biocolo, nishinoshima-gateway-production, celestora, orbitalio, perks"New value: +"API name: marketo, atmos, chronomap, hydros, lithos, terra, carbon-credit, cost-compare, demand-forecast, grid-connect, site-matching, storage-optimize, tariff-optimize, transmission-loss, carbonias, planetary, green-path-api, biomassia, gasturbia, geothermia, hydria, reactoria, renewio, solaria, windaria-api, hydrogen, sla-viewer-production, nanobase-api, nanosnap-console, nanosnap-gacha-production, nanosnap-inventory-production, nanosnap-leaderboard-production, nanosnap-mailbox-production, nanosnap-persona-gateway-production, nanosnap-presence-production, nanosnap-replay-production, nanosnap-room-production, nanosnap-save-data-production, nanosnap-spatial-message-production, nanosnap-world-counter-production, nanosnap-world-objects-production, biositia, cryonia, faunaunify, literatia, plantunify, ppn-hub-workers, foodsense, onokoro, sakurahub-address, sakurahub-gateway, sakurahub-web, weathio, biolexia-production, biocolo, nishinoshima-gateway-production, celestora, orbitalio, perks"
2 tool updates
- Changed
execute_api1 field changed- changed
Input schema / properties / api / descriptionPrevious value: -"API name: artia, marketo, atmos, chronomap, hydros, lithos, terra, carbon-credit, cost-compare, demand-forecast, grid-connect, site-matching, storage-optimize, tariff-optimize, transmission-loss, carbonias, planetary, green-path-api, biomassia, gasturbia, geothermia, hydria, reactoria, renewio, solaria, windaria-api, hydrogen, sla-viewer-production, nanobase-api, nanosnap-console, nanosnap-gacha-production, nanosnap-inventory-production, nanosnap-leaderboard-production, nanosnap-mailbox-production, nanosnap-persona-gateway-production, nanosnap-presence-production, nanosnap-replay-production, nanosnap-room-production, nanosnap-save-data-production, nanosnap-spatial-message-production, nanosnap-world-counter-production, nanosnap-world-objects-production, biositia, biota, cryonia, faunaunify, insectunify, literatia, plantunify, ppn-hub-workers, onokoro, sakurahub-address, sakurahub-gateway, sakurahub-web, weathio, biolexia-production, science-climate, science-ecology, biocolo, nishinoshima-gateway-production, crime, disease, noise, traffic, celestora, orbitalio, perks"New value: +"API name: marketo, atmos, chronomap, hydros, lithos, terra, carbon-credit, cost-compare, demand-forecast, grid-connect, site-matching, storage-optimize, tariff-optimize, transmission-loss, carbonias, planetary, green-path-api, biomassia, gasturbia, geothermia, hydria, reactoria, renewio, solaria, windaria-api, hydrogen, sla-viewer-production, nanobase-api, nanosnap-console, nanosnap-gacha-production, nanosnap-inventory-production, nanosnap-leaderboard-production, nanosnap-mailbox-production, nanosnap-persona-gateway-production, nanosnap-presence-production, nanosnap-replay-production, nanosnap-room-production, nanosnap-save-data-production, nanosnap-spatial-message-production, nanosnap-world-counter-production, nanosnap-world-objects-production, biositia, cryonia, faunaunify, literatia, plantunify, ppn-hub-workers, onokoro, sakurahub-address, sakurahub-gateway, sakurahub-web, weathio, biolexia-production, biocolo, nishinoshima-gateway-production, celestora, orbitalio, perks"
- Changed
search_apis1 field changed- changed
Input schema / properties / domain / descriptionPrevious value: -"Filter by domain: cultural, earth, energy-calc, green-path, harmonias, hydrogen, internal, nanobase, nanosnap, natura, platform, sakurahub, science, sim, social, space, stocks"New value: +"Filter by domain: cultural, earth, energy-calc, green-path, harmonias, hydrogen, internal, nanobase, nanosnap, natura, platform, sakurahub, science, sim, space, stocks"
1 tool update
- Changed
execute_api1 field changed- changed
Input schema / properties / api / descriptionPrevious value: -"API name: artia, marketo, atmos, chronomap, hydros, lithos, terra, carbon-credit, cost-compare, demand-forecast, grid-connect, site-matching, storage-optimize, tariff-optimize, transmission-loss, carbonias, planetary, green-path-api, biomassia, gasturbia, geothermia, hydria, reactoria, renewio, solaria, windaria-api, hydrogen, sla-viewer-production, nanobase-api, nanosnap-console, nanosnap-gacha-production, nanosnap-inventory-production, nanosnap-leaderboard-production, nanosnap-mailbox-production, nanosnap-persona-gateway-production, nanosnap-presence-production, nanosnap-replay-production, nanosnap-room-production, nanosnap-save-data-production, nanosnap-spatial-message-production, nanosnap-world-counter-production, nanosnap-world-objects-production, biositia, biota, cryonia, faunaunify, insectunify, literatia, plantunify, ppn-hub-workers, onokoro, sakurahub-address, sakurahub-gateway, sakurahub-web, weathio, biolexia-production, science-climate, science-ecology, science-geology, biocolo, nishinoshima-gateway-production, crime, disease, noise, traffic, celestora, orbitalio, perks"New value: +"API name: artia, marketo, atmos, chronomap, hydros, lithos, terra, carbon-credit, cost-compare, demand-forecast, grid-connect, site-matching, storage-optimize, tariff-optimize, transmission-loss, carbonias, planetary, green-path-api, biomassia, gasturbia, geothermia, hydria, reactoria, renewio, solaria, windaria-api, hydrogen, sla-viewer-production, nanobase-api, nanosnap-console, nanosnap-gacha-production, nanosnap-inventory-production, nanosnap-leaderboard-production, nanosnap-mailbox-production, nanosnap-persona-gateway-production, nanosnap-presence-production, nanosnap-replay-production, nanosnap-room-production, nanosnap-save-data-production, nanosnap-spatial-message-production, nanosnap-world-counter-production, nanosnap-world-objects-production, biositia, biota, cryonia, faunaunify, insectunify, literatia, plantunify, ppn-hub-workers, onokoro, sakurahub-address, sakurahub-gateway, sakurahub-web, weathio, biolexia-production, science-climate, science-ecology, biocolo, nishinoshima-gateway-production, crime, disease, noise, traffic, celestora, orbitalio, perks"
2 tool updates
- Changed
execute_api1 field changed- changed
Input schema / properties / api / descriptionPrevious value: -"API name: artia, marketo, atmos, chronomap, hydros, lithos, terra, carbon-credit, cost-compare, demand-forecast, grid-connect, site-matching, storage-optimize, tariff-optimize, transmission-loss, carbonias, planetary, green-path-api, biomassia, gasturbia, geothermia, hydria, reactoria, renewio, solaria, windaria-api, hydrogen, sla-viewer-production, nanobase-api, nanobase-console, nanosnap-console, nanosnap-gacha-production, nanosnap-inventory-production, nanosnap-leaderboard-production, nanosnap-mailbox-production, nanosnap-persona-gateway-production, nanosnap-presence-production, nanosnap-replay-production, nanosnap-room-production, nanosnap-save-data-production, nanosnap-spatial-message-production, nanosnap-world-counter-production, nanosnap-world-objects-production, biositia, biota, cryonia, faunaunify, insectunify, literatia, plantunify, ppn-hub-workers, onokoro, sakurahub-address, sakurahub-gateway, sakurahub-web, weathio, biolexia-production, science-climate, science-ecology, science-geology, biocolo, nishinoshima-gateway-production, crime, disease, noise, traffic, celestora, orbitalio, perks"New value: +"API name: artia, marketo, atmos, chronomap, hydros, lithos, terra, carbon-credit, cost-compare, demand-forecast, grid-connect, site-matching, storage-optimize, tariff-optimize, transmission-loss, carbonias, planetary, green-path-api, biomassia, gasturbia, geothermia, hydria, reactoria, renewio, solaria, windaria-api, hydrogen, sla-viewer-production, nanobase-api, nanosnap-console, nanosnap-gacha-production, nanosnap-inventory-production, nanosnap-leaderboard-production, nanosnap-mailbox-production, nanosnap-persona-gateway-production, nanosnap-presence-production, nanosnap-replay-production, nanosnap-room-production, nanosnap-save-data-production, nanosnap-spatial-message-production, nanosnap-world-counter-production, nanosnap-world-objects-production, biositia, biota, cryonia, faunaunify, insectunify, literatia, plantunify, ppn-hub-workers, onokoro, sakurahub-address, sakurahub-gateway, sakurahub-web, weathio, biolexia-production, science-climate, science-ecology, science-geology, biocolo, nishinoshima-gateway-production, crime, disease, noise, traffic, celestora, orbitalio, perks"
- Changed
search_apis1 field changed- changed
Input schema / properties / domain / descriptionPrevious value: -"Filter by domain: cultural, earth, energy-calc, green-path, harmonias, hydrogen, internal, nanosnap, natura, platform, sakurahub, science, sim, social, space, stocks"New value: +"Filter by domain: cultural, earth, energy-calc, green-path, harmonias, hydrogen, internal, nanobase, nanosnap, natura, platform, sakurahub, science, sim, social, space, stocks"
1 tool update
- Changed
execute_api1 field changed- changed
Input schema / properties / api / descriptionPrevious value: -"API name: artia, marketo, atmos, chronomap, hydros, lithos, terra, carbon-credit, cost-compare, demand-forecast, grid-connect, site-matching, storage-optimize, tariff-optimize, transmission-loss, carbonias, planetary, green-path-api, biomassia, gasturbia, geothermia, hydria, reactoria, renewio, solaria, windaria-api, hydrogen, sla-viewer-production, nanobase-api, nanobase-console, nanosnap-auction-production, nanosnap-console, nanosnap-gacha-production, nanosnap-inventory-production, nanosnap-leaderboard-production, nanosnap-mailbox-production, nanosnap-persona-gateway-production, nanosnap-presence-production, nanosnap-replay-production, nanosnap-room-production, nanosnap-save-data-production, nanosnap-spatial-message-production, nanosnap-world-counter-production, nanosnap-world-objects-production, biositia, biota, cryonia, faunaunify, insectunify, literatia, plantunify, ppn-hub-workers, onokoro, sakurahub-address, sakurahub-gateway, sakurahub-web, weathio, biolexia-production, science-climate, science-ecology, science-geology, biocolo, crime, disease, noise, traffic, celestora, orbitalio, perks"New value: +"API name: artia, marketo, atmos, chronomap, hydros, lithos, terra, carbon-credit, cost-compare, demand-forecast, grid-connect, site-matching, storage-optimize, tariff-optimize, transmission-loss, carbonias, planetary, green-path-api, biomassia, gasturbia, geothermia, hydria, reactoria, renewio, solaria, windaria-api, hydrogen, sla-viewer-production, nanobase-api, nanobase-console, nanosnap-console, nanosnap-gacha-production, nanosnap-inventory-production, nanosnap-leaderboard-production, nanosnap-mailbox-production, nanosnap-persona-gateway-production, nanosnap-presence-production, nanosnap-replay-production, nanosnap-room-production, nanosnap-save-data-production, nanosnap-spatial-message-production, nanosnap-world-counter-production, nanosnap-world-objects-production, biositia, biota, cryonia, faunaunify, insectunify, literatia, plantunify, ppn-hub-workers, onokoro, sakurahub-address, sakurahub-gateway, sakurahub-web, weathio, biolexia-production, science-climate, science-ecology, science-geology, biocolo, nishinoshima-gateway-production, crime, disease, noise, traffic, celestora, orbitalio, perks"
1 tool update
- Changed
execute_api1 field changed- changed
Input schema / properties / api / descriptionPrevious value: -"API name: artia, marketo, atmos, chronomap, earth-geodata, hydros, lithos, terra, carbon-credit, cost-compare, demand-forecast, grid-connect, site-matching, storage-optimize, tariff-optimize, transmission-loss, carbonias, planetary, green-path-api, biomassia, gasturbia, geothermia, hydria, reactoria, renewio, solaria, windaria-api, hydrogen, sla-viewer-production, nanobase-api, nanobase-console, nanosnap-auction-production, nanosnap-console, nanosnap-gacha-production, nanosnap-inventory-production, nanosnap-leaderboard-production, nanosnap-mailbox-production, nanosnap-persona-gateway-production, nanosnap-presence-production, nanosnap-replay-production, nanosnap-room-production, nanosnap-save-data-production, nanosnap-spatial-message-production, nanosnap-world-counter-production, nanosnap-world-objects-production, biositia, biota, cryonia, faunaunify, insectunify, literatia, plantunify, ppn-hub-workers, onokoro, sakurahub-address, sakurahub-gateway, sakurahub-web, weathio, biolexia-production, science-climate, science-ecology, science-geology, biocolo, crime, disease, noise, traffic, celestora, orbitalio, perks"New value: +"API name: artia, marketo, atmos, chronomap, hydros, lithos, terra, carbon-credit, cost-compare, demand-forecast, grid-connect, site-matching, storage-optimize, tariff-optimize, transmission-loss, carbonias, planetary, green-path-api, biomassia, gasturbia, geothermia, hydria, reactoria, renewio, solaria, windaria-api, hydrogen, sla-viewer-production, nanobase-api, nanobase-console, nanosnap-auction-production, nanosnap-console, nanosnap-gacha-production, nanosnap-inventory-production, nanosnap-leaderboard-production, nanosnap-mailbox-production, nanosnap-persona-gateway-production, nanosnap-presence-production, nanosnap-replay-production, nanosnap-room-production, nanosnap-save-data-production, nanosnap-spatial-message-production, nanosnap-world-counter-production, nanosnap-world-objects-production, biositia, biota, cryonia, faunaunify, insectunify, literatia, plantunify, ppn-hub-workers, onokoro, sakurahub-address, sakurahub-gateway, sakurahub-web, weathio, biolexia-production, science-climate, science-ecology, science-geology, biocolo, crime, disease, noise, traffic, celestora, orbitalio, perks"
2 tool updates
- Changed
execute_api1 field changed- changed
Input schema / properties / api / descriptionPrevious value: -"API name: artia, craftia, festivia, marketo, atmos, chronomap, earth-geodata, hydros, lithos, terra, carbon-credit, cost-compare, demand-forecast, grid-connect, site-matching, storage-optimize, tariff-optimize, transmission-loss, carbonias, laboria, planetary, green-path-api, biomassia, gasturbia, geothermia, hydria, reactoria, renewio, solaria, windaria-api, hydrogen, sla-viewer-production, nanobase-api, nanobase-console, nanosnap-auction-production, nanosnap-console, nanosnap-gacha-production, nanosnap-inventory-production, nanosnap-leaderboard-production, nanosnap-mailbox-production, nanosnap-persona-gateway-production, nanosnap-presence-production, nanosnap-replay-production, nanosnap-room-production, nanosnap-save-data-production, nanosnap-spatial-message-production, nanosnap-world-counter-production, nanosnap-world-objects-production, biositia, biota, cryonia, faunaunify, insectunify, literatia, mineral, plantunify, ppn-hub-workers, amenity-production, onokoro, sakurahub-address, sakurahub-gateway, sakurahub-web, weathio, biolexia-production, science-climate, science-ecology, science-geology, biocolo, crime, disease, noise, traffic, celestora, orbitalio, perks"New value: +"API name: artia, marketo, atmos, chronomap, earth-geodata, hydros, lithos, terra, carbon-credit, cost-compare, demand-forecast, grid-connect, site-matching, storage-optimize, tariff-optimize, transmission-loss, carbonias, planetary, green-path-api, biomassia, gasturbia, geothermia, hydria, reactoria, renewio, solaria, windaria-api, hydrogen, sla-viewer-production, nanobase-api, nanobase-console, nanosnap-auction-production, nanosnap-console, nanosnap-gacha-production, nanosnap-inventory-production, nanosnap-leaderboard-production, nanosnap-mailbox-production, nanosnap-persona-gateway-production, nanosnap-presence-production, nanosnap-replay-production, nanosnap-room-production, nanosnap-save-data-production, nanosnap-spatial-message-production, nanosnap-world-counter-production, nanosnap-world-objects-production, biositia, biota, cryonia, faunaunify, insectunify, literatia, plantunify, ppn-hub-workers, onokoro, sakurahub-address, sakurahub-gateway, sakurahub-web, weathio, biolexia-production, science-climate, science-ecology, science-geology, biocolo, crime, disease, noise, traffic, celestora, orbitalio, perks"
- Changed
search_apis1 field changed- changed
Input schema / properties / domain / descriptionPrevious value: -"Filter by domain: cultural, earth, energy-calc, esg, green-path, harmonias, hydrogen, internal, nanosnap, natura, platform, sakurahub, science, sim, social, space, stocks"New value: +"Filter by domain: cultural, earth, energy-calc, green-path, harmonias, hydrogen, internal, nanosnap, natura, platform, sakurahub, science, sim, social, space, stocks"
1 tool update
- Changed
search_apis1 field changed- added
Input schema / properties / regionAdded value: +{ + "description": "Filter by ISO 3166-1 alpha-2 region the API serves data for (e.g. \"JP\"). Returns region-specific + global APIs; excludes APIs limited to other regions.", + "maxLength": 2, + "minLength": 2, + "type": "string" +}
3 tool updates
- First observed
environment_brief - First observed
execute_api - First observed
search_apis
Related MCP Connectors
Discover and call 10,000+ production APIs from one MCP server. Pay-per-call billing for AI agents.
- OneOAuthai.withone
Search, document and execute authenticated API calls across 700+ apps via one MCP server
Pay-per-use tool marketplace for AI agents. Search, price-check, and call APIs via MCP.
APIs.guru MCP — keyless directory of 2,500+ public APIs and their OpenAPI specs.
Related MCP Servers
- AlicenseAqualityAmaintenanceMCP server for searching and discovering 4,000+ public APIs3MIT
- FlicenseNot gradedqualityCmaintenancePay-per-use tool marketplace for AI agents. Search, price-check, and call APIs via MCP.-
- AlicenseNot gradedqualityAmaintenance62 real-time data tools for AI agents via MCP. Finance, crypto, FMCSA, sanctions, courts, weather, vehicles, cybersecurity. One bearer token, one bill. Free tier available.MIT
- AlicenseNot gradedqualityCmaintenanceProvides a single MCP endpoint for 90+ tools across 42 backend servers (search, legal, domain, etc.) with per-call credit billing and a single API key.1MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.