Philippine Standard Geographic Code Mcp Server
@johndavedecano
About Philippine Standard Geographic Code Mcp Server
A Model Context Protocol (MCP) server that provides access to the Philippine Standard Geographic Code (PSGC) API, offering hierarchical geographic data for the Philippines.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"psgc-mcp": {
"command": "npx",
"args": [
"-y",
"psgc-mcp"
],
"transport": "stdio"
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Philippine Standard Geographic Code Mcp Server?
A Model Context Protocol (MCP) server that provides access to the Philippine Standard Geographic Code (PSGC) API, offering hierarchical geographic data for the Philippines. It is intended for developers and applications needing to look up or validate Philippine administrative divisions.
How to use Philippine Standard Geographic Code Mcp Server?
Install globally via npm install -g psgc-mcp and configure any MCP client (e.g., Cursor, Claude Desktop) with command: "npx", args: ["-y", "psgc-mcp"], transport: "stdio". Invoke tools such as get_regions, search_by_name, or get_hierarchy to query geographic data.
Key features of Philippine Standard Geographic Code Mcp Server
- Complete geographic hierarchy (island groups to barangays)
- Search geographic entities by name across all levels
- Validate PSGC codes and retrieve hierarchy information
- Real‑time access to the official PSGC API
- Type‑safe data structures (TypeScript)
Use cases of Philippine Standard Geographic Code Mcp Server
- List all regions and their provinces
- Find all barangays within a specific city
- Validate a PSGC code to confirm an administrative division
- Search for a city or municipality by name
- Retrieve the full hierarchy for a given geographic code
FAQ from Philippine Standard Geographic Code Mcp Server
Which PSGC code formats are supported?
Codes follow hierarchical formats: island groups (e.g., 010000000), regions (130000000), provinces (133900000), cities/municipalities (133903000), and barangays (133903001).
How do I install Philippine Standard Geographic Code Mcp Server?
Install globally via npm with npm install -g psgc-mcp, then configure your MCP client with command: "npx", args: ["-y", "psgc-mcp"] and transport: "stdio".
What are the runtime requirements?
Node.js 18 or higher and npm or yarn.
Where does the geographic data come from?
The server connects directly to the official PSGC API at https://psgc.gitlab.io/api/ for real‑time data.
Frequently asked questions
Which PSGC code formats are supported?
Codes follow hierarchical formats: island groups (e.g., `010000000`), regions (`130000000`), provinces (`133900000`), cities/municipalities (`133903000`), and barangays (`133903001`).
How do I install Philippine Standard Geographic Code Mcp Server?
Install globally via npm with `npm install -g psgc-mcp`, then configure your MCP client with `command: "npx", args: ["-y", "psgc-mcp"]` and `transport: "stdio"`.
What are the runtime requirements?
Node.js 18 or higher and npm or yarn.
Where does the geographic data come from?
The server connects directly to the official PSGC API at `https://psgc.gitlab.io/api/` for real‑time data.
Basic information
More Developer Tools MCP servers

Reelier
Maxime HouleAgents make claims. Reelier writes receipts — record an agent's tool-call workflow once, replay it deterministically at 0 tokens, and diff runs to catch drift.

TaskerArmy Agent
TaskerArmyAsk Claude or ChatGPT what Shopify theme optimization tasks are pending on your store, a remote MCP server for TaskerArmy Agent accounts.

Air Pipe
airpipeBuild, validate, deploy — HTTP APIs, cron jobs, webhooks and MCP tools — from your AI client.
Grafana MCP server
grafanaMCP server for Grafana
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
Comments