BPS MCP Server
Rank #4,311smithery/bps-mcp-server/murphi
Enables AI clients to access official Indonesian statistical data from Badan Pusat Statistik (BPS) through natural language queries. It provides over 20 tools for retrieving demographic, economic, and trade data with support for bilingual responses and fuzzy domain matching.
BPS MCP Server is a Model Context Protocol (MCP) server published by setiapam. It ranks #4,311 of 115,460 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. BPS MCP Server is listed across 3 registries — Smithery, Glama and mcp.so, with 12 release tags tracked from its GitHub repository. It was first listed on Mar 30, 2026 and most recently updated on Jun 23, 2026.
Ranks ahead of 111,149 of 115,460 servers on MCP Toplist.
Use BPS MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http murphi https://server.smithery.ai/bps-mcp-server/murphi/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.murphi]
url = "https://server.smithery.ai/bps-mcp-server/murphi/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://server.smithery.ai/bps-mcp-server/murphi/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"murphi": {
"url": "https://server.smithery.ai/bps-mcp-server/murphi/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"murphi": {
"type": "http",
"url": "https://server.smithery.ai/bps-mcp-server/murphi/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"murphi": {
"serverUrl": "https://server.smithery.ai/bps-mcp-server/murphi/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"murphi": {
"url": "https://server.smithery.ai/bps-mcp-server/murphi/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/smithery%2Fbps-mcp-server%2Fmurphi)<a href="https://mcptoplist.com/server/smithery%2Fbps-mcp-server%2Fmurphi"><img src="https://mcptoplist.com/badge/smithery%2Fbps-mcp-server%2Fmurphi.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
setiapam
GitHub releases (12)
No registry surfaces explicit version metadata for this server. The list below shows release tags from the linked GitHub repository.
| Version | Published |
|---|---|
| v0.16.3 | Jun 23, 2026 |
| v0.16.2 | Jun 23, 2026 |
| v0.16.1 | Jun 23, 2026 |
| v0.16.0 | Jun 23, 2026 |
| v0.15.5 | Jun 23, 2026 |
| v0.15.4 | Jun 15, 2026 |
| v0.15.3 | Jun 7, 2026 |
| v0.15.2 | May 24, 2026 |
| v0.15.1 | May 24, 2026 |
| v0.15.0 | May 24, 2026 |
| v0.14.0 | May 24, 2026 |
| v0.13.2 | May 22, 2026 |
Frequently asked questions
- Who maintains BPS MCP Server?
- BPS MCP Server is maintained by setiapam, which publishes 1 MCP server (12 total versions) tracked on MCP Toplist.
- Is BPS MCP Server listed on the Official MCP Registry?
- BPS MCP Server is not on the Official MCP Registry. It is listed on Smithery, Glama and mcp.so.
- How many versions does BPS MCP Server have?
- No registry surfaces explicit version metadata for BPS MCP Server; MCP Toplist tracks 12 release tags from its GitHub repository, most recently published on Jun 23, 2026.
- Where can I find the source code for BPS MCP Server?
- The source code for BPS MCP Server is hosted at github.com/setiapam/bps-mcp-server.