jp-m2m-gateway
Server Details
Raw Japanese regulatory data for AI agents: pension, gazette, gBizINFO. x402-metered (USDC).
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- kodandy/jp-m2m-mcp
- GitHub Stars
- 0
- Server Listing
- jp-m2m-mcp
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 3.9/5 across 5 of 5 tools scored.
Each tool has a clearly distinct purpose: searching corporations, listing datasets, retrieving gazette financials, government records, or pension headcount. No overlap in functionality.
All tool names follow a consistent verb_noun pattern in snake_case, using 'get_', 'list_', or 'search_' prefixes. No mixing of conventions.
5 tools is well-scoped for a gateway server providing access to Japanese corporate datasets. Each tool serves a necessary role without redundancy.
The tool surface covers the full workflow: search, catalog, and retrieve three key datasets. Minor gap: no tool for payment status or dataset metadata beyond what list_company_datasets provides.
Available Tools
5 toolsget_gazette_financialsOfficial Gazette (官報) raw financial text blocksAInspect
Statutory financial disclosure (決算公告) raw text blocks, parsed from gazette page scans by a Vision LLM. Paid via x402: each call costs 0.05 USDC. This tool returns the HTTP 402 payment challenge for the resource. Private beta note: a successful settlement is acknowledged with a receipt that records your priority access; the dataset itself unlocks for early settlers as provisioning goes live.
| Name | Required | Description | Default |
|---|---|---|---|
| corporate_id | Yes | 13-digit Japanese corporate number (法人番号), e.g. 7010001012345 |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Despite no annotations, the description fully discloses the paid nature (0.05 USDC via x402), the HTTP 402 response, and the beta settlement process. This is transparent about the cost and response behavior, exceeding minimal requirements.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three efficient sentences front-loading core purpose and payment info. While the beta note is slightly extraneous, the structure is clear and each sentence adds value.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no annotations or output schema, the description covers the tool's purpose, payment mechanism, and immediate response. However, it lacks details on post-payment data format or error handling, leaving minor gaps.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
With 100% schema coverage, the parameter 'corporate_id' is already well-defined. The description adds no additional meaning, justifying a baseline score of 3.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool retrieves statutory financial disclosure raw text blocks from gazette page scans via a Vision LLM. This specific verb+resource combination distinguishes it from sibling tools like get_government_records or get_pension_headcount_log.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance on when to use this tool versus alternatives. Does not mention prerequisites or exclusions, leaving the agent without context for selecting this tool over siblings.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_government_recordsgBizINFO procurement / subsidy raw logAInspect
FREE during beta — returns live data. Un-aggregated procurement contracts, subsidy grants and certifications, pulled on demand from gBizINFO upstream. Source: gBizINFO (経済産業省), attribution included in every response.
| Name | Required | Description | Default |
|---|---|---|---|
| corporate_id | Yes | 13-digit Japanese corporate number (法人番号), e.g. 7010001012345 |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full burden. It reveals that data is 'live,' 'pulled on demand,' and includes attribution, but does not disclose potential side effects, rate limits, data volume, or whether the operation is read-only. It is adequate but not comprehensive.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two compact sentences, front-loaded with key information ('FREE during beta,' 'returns live data,' 'un-aggregated'). Every element adds value with no wasted words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool has no output schema, so the description should explain return values. It mentions 'procurement contracts, subsidy grants and certifications' but does not describe the structure or format of the data. This is a notable gap for completeness.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 100% coverage, with corporate_id well described. The description adds context about the source (gBizINFO) and the type of data returned, which helps the agent understand how the parameter connects to the output. It goes beyond the schema alone.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it returns 'un-aggregated procurement contracts, subsidy grants and certifications' from gBizINFO. The verb 'returns' and the specific data types make the purpose explicit and distinct from sibling tools which focus on other data (e.g., get_gazette_financials).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description mentions 'FREE during beta — returns live data,' implying it is for on-demand raw logs, but does not specify when not to use it or provide alternatives among sibling tools. No explicit usage guidance is given.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_pension_headcount_logJapan Pension Service monthly insured-headcount raw logAInspect
Un-aggregated month-over-month insured headcount deltas (健康保険・厚生年金) for one Japanese corporate number. Paid via x402: each call costs 0.05 USDC. This tool returns the HTTP 402 payment challenge for the resource. Private beta note: a successful settlement is acknowledged with a receipt that records your priority access; the dataset itself unlocks for early settlers as provisioning goes live.
| Name | Required | Description | Default |
|---|---|---|---|
| corporate_id | Yes | 13-digit Japanese corporate number (法人番号), e.g. 7010001012345 |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden. It discloses the paid nature, the 402 challenge, the receipt upon settlement, and the beta access unlocking. This is transparent about the core behavior, though it doesn't confirm read-only or destructive nature (likely read).
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is front-loaded with the core purpose, then adds essential context (payment, return format, beta status). It is slightly lengthy but each sentence provides unique value.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the complexity (paid, beta, raw log), the description covers payment mechanism, return type, and beta terms. No output schema exists, so missing output details is acceptable. It provides sufficient context for an agent to understand usage and consequences.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
There is one parameter (corporate_id) with 100% schema description coverage (13-digit Japanese corporate number). The description adds meaning by linking the parameter to insured headcount data, enhancing beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states 'Un-aggregated month-over-month insured headcount deltas (健康保険・厚生年金) for one Japanese corporate number,' specifying the verb (get raw log), resource (pension headcount), and scope (per corporate number). This distinguishes it from siblings like get_gazette_financials which deal with financial data.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description includes payment context ('each call costs 0.05 USDC') and the return behavior ('HTTP 402 payment challenge'), which guides usage. However, it does not explicitly state when not to use this tool or compare with alternatives beyond the payment model.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_company_datasetsList paid raw datasets for a Japanese companyAInspect
Free catalog lookup. Lists the raw regulatory datasets available for one Japanese corporate number with per-call x402 pricing (0.05 USDC per call). Use the dataset tools or the returned api_url to retrieve data.
| Name | Required | Description | Default |
|---|---|---|---|
| corporate_id | Yes | 13-digit Japanese corporate number (法人番号), e.g. 7010001012345 |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description must fully disclose behavioral traits. It mentions pricing (0.05 USDC per call) and that the lookup is free, indicating a read-only, non-destructive action. However, it omits details like authentication requirements, error handling for invalid corporate numbers, rate limits, or the nature of the returned data beyond an api_url.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description consists of two sentences that efficiently communicate the tool's nature and usage. The lead phrase 'Free catalog lookup' immediately sets expectations. Each sentence serves a purpose: identifying the action and providing guidance. A minor improvement would be to separate pricing into a note, but overall it is well-structured.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple listing tool with one parameter and no output schema, the description covers the core function, pricing, and next steps. It lacks details about the output structure (e.g., list format, fields) but the reference to api_url partially compensates. Overall, it is adequate for an agent to understand the tool's role in the workflow.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema for corporate_id has 100% coverage and already describes it as a '13-digit Japanese corporate number.' The description merely restates this as 'one Japanese corporate number,' adding no new semantic information about format, constraints, or examples. Baseline of 3 is appropriate given high schema coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states that the tool 'Lists the raw regulatory datasets available for one Japanese corporate number,' which identifies the specific action and resource. It also calls it a 'catalog lookup,' distinguishing it from data retrieval tools. However, it does not explicitly contrast with sibling tools like get_gazette_financials or search_corporations, missing a clear differentiation.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description advises to 'Use the dataset tools or the returned api_url to retrieve data,' implying the tool is for listing only. It does not specify when to use this tool versus alternatives such as search_corporations or other get_* tools, nor does it mention any prerequisites or exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_corporationsSearch Japanese corporations (free)AInspect
FREE — returns live data. Resolve Japanese company names to 13-digit corporate numbers (法人番号) via gBizINFO. Use the corporate number with the dataset tools.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Company name (Japanese), partial match supported | |
| page | No | Result page, default 1 |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full burden. It mentions 'FREE — returns live data,' which is a useful behavioral trait. However, it does not disclose any limitations, auth needs, or error behavior, leaving some gaps.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely concise with two sentences: one stating the key benefit and another explaining the output usage. Every sentence is purposeful and front-loaded.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the low complexity (2 parameters, no output schema), the description is complete. It explains what the tool does and how to use the result with dataset tools. The schema covers parameter details.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the baseline is 3. The description adds no additional information beyond what the schema provides for the parameters.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: searching Japanese corporations by name and resolving them to 13-digit corporate numbers. It distinguishes itself from sibling tools which focus on other specific data types like financials or government records.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage context by stating 'Use the corporate number with the dataset tools.' It does not explicitly list when not to use or alternatives, but the sibling tool names and distinct purpose provide sufficient guidance for an AI agent.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- Alicense-qualityCmaintenanceExposes deadline-driven Japanese public-sector business opportunity data (tenders, subsidies, sanctions) to AI agents, with per-call payment via the x402 protocol.MIT
- Alicense-qualityCmaintenanceEnables AI agents to query Japanese public data (laws, corporations, statistics) from official government APIs, returning normalized English metadata with source attribution.1MIT
- Flicense-qualityCmaintenancePay-per-call structured data for autonomous AI agents. x402-metered, MCP-native.
- Alicense-qualityCmaintenanceStructured financial data for ~3,800 Japanese listed companies from EDINET regulatory filings — financials, major shareholders, segments, executive compensation, and corporate history. Remote MCP over HTTPS with OAuth 2.0, free tier.1MIT
Your Connectors
Sign in to create a connector for this server.