The Philippines' public data, ready for your AI.
Weather, earthquakes, geocoding, postal codes, holidays, evacuation shelters, tourism, FX, HDX open datasets — Philippine public APIs live across many agencies, each with its own formats and quirks. MonstarX unifies them into MCP tools any AI agent can call, through one endpoint, with no API keys. Stop writing integration glue. Start shipping Philippines-smart products.
▶Live playground
Pick a tool, tweak the inputs, hit Run — the query goes straight to the live MCP server and streams back real Philippines data. No sign-up, nothing to install. Try a one-click example to start:
01What you can build
A weekend hackathon or a production feature — these are all a few tool calls away.
Weather-aware apps
City codes, 24h/4-day forecasts, UV, rain, humidity, and air quality for Manila, Cebu, Davao, and more.
ph_weather_24hph_weather_warningsph_uv_indexDisaster awareness
Surface recent earthquakes, tsunami lists, volcanoes, and nearby evacuation points.
ph_earthquake_listph_tsunami_listph_evacuation_sheltersMaps & addressing
Search places, geocode, reverse-geocode, resolve ZIP codes, and read elevation — no keys.
ph_geocodeph_postal_codeph_elevationTravel & tourism
Find nearby attractions from OpenStreetMap and pair with holiday calendars.
ph_tourism_spotsph_public_holidaysFX & markets
USD/PHP rates, bank directory, gold, crypto in pesos, and PSE quotes.
ph_bsp_financeph_pse_quoteOpen data explorer
Search HDX Philippines packages, inspect metadata, and query datastore tables.
ph_datasets_searchph_dataset_query02Connect your agent
MonstarX Philippines MCP is a remote HTTP server speaking the Model Context Protocol. Point any MCP-capable client at the endpoint — no auth handshake, it's stateless.
03Response format
Every call returns the payload twice — as a JSON string in content[0].text and as a parsed object in structuredContent (prefer this). Each payload wraps the data in a consistent provenance envelope so your agent always knows the source, agency and freshness.
| Field | Meaning |
|---|---|
| source | Upstream platform — Open-Meteo, USGS, OSM, HDX, PSA, Nager.Date, etc. |
| agency | Originating body — PAGASA-compatible feeds, USGS, PSA, HDX, … |
| api | The specific upstream API that was queried. |
| license | Data licence / terms note when applicable. |
| retrieved_at | Server fetch time (UTC). Live timestamps inside payloads are often PHT (+08:00). |
| data / results | The payload. List tools add context like total, shown, found. |
04Errors
Errors come back as a normal result with isError: true and a message in content[0].text — not as a transport-level failure. Invalid or missing arguments return MCP error -32602. An empty list is a valid "no matches", not an error.
05All tools
Every tool is prefixed ph_; required params are marked *. Hit Try in playground on any tool to load it above with a working example.