houjin-bangou-api-mcp
Related Servers
Alternatives to houjin-bangou-api-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityBmaintenanceMCP server for Japanese public business data, enabling AI agents to validate and look up corporate numbers, search bank/branch codes, and check national holidays. Runs locally with no telemetry; live corporate registry data requires a free NTA app ID.8MIT
- FlicenseNot gradedqualityCmaintenanceMCP server to search Japanese companies by corporate number or name and retrieve financial, subsidy, and procurement information from gBizINFO public data. Enables AI agents to query Japanese company data through natural language.-
- AlicenseNot gradedqualityCmaintenanceMCP server for the Kaisha API, providing official Japanese company-registry data including corporate numbers and qualified invoice registrations, with pay-per-call via USDC micropayments.2 npmMIT
- AlicenseAqualityBmaintenanceAn MCP server that validates Japanese corporate numbers and invoice registration numbers, and normalizes/matches company names across notation variants.721 npmMIT
- AlicenseAqualityCmaintenanceMCP server for Japanese address and parcel lookup using ReverseGeoJP and ChibanJP APIs, enabling AI agents to convert coordinates to addresses and vice versa.430 npmMIT
- FlicenseBqualityDmaintenanceMCP server for searching Japanese government procurement notices via the Kanpou API. Enables LLMs to search by date, keyword, or detailed criteria.31-
TDQS
Scored across 3 tools
Each tool addresses a distinct operation: exact lookup by corporate number, search by name, and retrieval of updates over a date range. There is no overlap in purpose, making it easy for an agent to select the correct tool.
All tool names follow a clear verb_noun pattern with snake_case (get_/search_), and the suffix indicates the query parameter (by_number, by_name, updates). Minor pluralization variation (corporation vs. corporations) is semantically meaningful and does not detract from consistency.
With exactly three tools, the server is tightly scoped to the three main endpoints of the Corporate Number API. Each tool earns its place, and the count is well within the ideal range for a focused MCP server.
The tool set fully covers the public surface of the National Tax Agency Corporate Number API: lookup by number, search by name, and updates. There are no obvious missing operations for common use cases, and agents can accomplish all typical tasks without workarounds.