MCP Hub
Back to servers

Philippine-Geocoding

A comprehensive MCP server providing programmatic access to the Philippine Standard Geocoding (PSGC) API, enabling detailed lookups and searches of the country's complete geographic hierarchy from island groups down to the barangay level.

Stars
2
Tools
41
Updated
Jan 9, 2026
Validated
Feb 22, 2026

菲律宾地理编码服务 Philippine Geocoding

提供菲律宾标准地理编码(PSGC)API访问的模型上下文协议(MCP)服务器,包含完整的菲律宾地理层级数据。 A model Context Protocol (MCP) server that provides access to the Philippine Standard Geocoding (PSGC) API, containing complete geographic hierarchical data of the Philippines.## 工具列表 Tool List

本MCP服务封装下列工具,可让模型通过标准化接口调用以下功能。 本MCP服务封装下列工具,可让模型通过标准化接口调用以下功能。

工具 Tool描述 Description
get_island_groupsList all island groups in the Philippines
get_island_groupGet specific island group by code
get_island_group_regionsGet all regions within a specific island group
get_island_group_provincesGet all provinces within a specific island group
get_island_group_citiesGet all cities within a specific island group
get_island_group_municipalitiesGet all municipalities within a specific island group
get_island_group_barangaysGet all barangays within a specific island group
get_regionsList all regions in the Philippines
get_regionGet specific region by code
get_region_provincesGet all provinces within a specific region
get_region_districtsGet all districts within a specific region
get_region_citiesGet all cities within a specific region
get_region_municipalitiesGet all municipalities within a specific region
get_region_cities_municipalitiesGet all cities and municipalities within a specific region
get_region_sub_municipalitiesGet all sub-municipalities within a specific region
get_region_barangaysGet all barangays within a specific region
get_provincesList all provinces in the Philippines
get_provinceGet specific province by code
get_province_citiesGet all cities within a specific province
get_province_municipalitiesGet all municipalities within a specific province
get_province_cities_municipalitiesGet all cities and municipalities within a specific province
get_province_sub_municipalitiesGet all sub-municipalities within a specific province
get_province_barangaysGet all barangays within a specific province
get_citiesList all cities in the Philippines
get_cityGet specific city by code
get_city_barangaysGet all barangays within a specific city
get_municipalitiesList all municipalities in the Philippines
get_municipalityGet specific municipality by code
get_municipality_barangaysGet all barangays within a specific municipality
get_barangaysList all barangays in the Philippines
get_barangayGet specific barangay by code
get_districtsList all districts in the Philippines
get_districtGet specific district by code
get_district_citiesGet all cities within a specific district
get_district_municipalitiesGet all municipalities within a specific district
get_district_cities_municipalitiesGet all cities and municipalities within a specific district
get_district_sub_municipalitiesGet all sub-municipalities within a specific district
get_district_barangaysGet all barangays within a specific district
search_by_nameSearch for geographic entities by name across all levels (regions, provinces, cities, municipalities, barangays)
get_hierarchyGet complete geographic hierarchy for a specific code (shows parent entities)
validate_codeValidate if a geographic code exists and return its type

检查服务 ## Inspector

工具在线测试: https://mcp.xiaobenyang.com/inspector/1777316659371011

Online Tool test https://mcp.xiaobenyang.com/inspector/1777316659371011

服务配置 MCP Server Config

如何获取 XBY-APIKEY ? How to get XBY-APIKEY ?

访问小笨羊科技网站 https://xiaobenyang.com,注册用户即可获得APIKEY Visit XiaoBenYang website https://xiaobenyang.com, register and get the APIKEY.

SSE

{
  "mcpServers": {
    "菲律宾地理编码服务": {
      "headers": {
        "XBY-APIKEY": "<YOUR_XBY_APIKEY>"
      },
      "type": "sse",
      "url": "https://mcp.xiaobenyang.com/1777316659371011/sse"
    }
  }
}

STREAMABLE HTTP

{
  "mcpServers": {
    "菲律宾地理编码服务": {
      "headers": {
        "XBY-APIKEY": "<YOUR_XBY_APIKEY>"
      },
      "type": "streamable_http",
      "url": "https://mcp.xiaobenyang.com/1777316659371011/mcp"
    }
  }
}

STDIO

{
    "mcpServers": {
        "菲律宾地理编码服务": {
          "command": "npx",
          "args": [
            "-y",
            "xiaobenyang-mcp"
          ],
          "env": {
            "XBY_APIKEY": "<YOUR_XBY_APIKEY>",
            "mcpId": "1777316659371011",
          },
          "transport": "stdio"
        }
      }
}

Reviews

No reviews yet

Sign in to write a review