streamable-httpMITupdated 2mo ago
Remote MCP server exposing deadline-driven Japanese public-sector business opportunity data to AI agents, metered per call with the x402 payment protocol.
What can you do with jp biz opportunity?
JP Business Opportunity Data Gateway โ MCP Server
Remote MCP server exposing deadline-driven Japanese public-sector business opportunity data to AI agents, metered per call with the x402 payment protocol.
- MCP endpoint (Streamable HTTP, stateless):
https://jp-biz-opportunity-62ko7b2uwa-an.a.run.app/mcp - Machine index: llms.txt ยท API contract: openapi.yaml
- Sibling gateway (corporate regulatory raw data): jp-m2m-mcp
| Tool | Dataset | Price |
|---|---|---|
list_opportunity_datasets |
Catalog lookup | Free |
search_open_tenders / get_tender_notice |
Open government tender notices (ๅ ฅๆญๅ ฌๅ) โ keyword, region, deadline | 0.05 USDC / call |
search_subsidies / get_subsidy_program |
Subsidy and grant programs (่ฃๅฉ้ใปๅฉๆ้) โ eligibility, windows | 0.05 USDC / call |
search_sanctions |
Procurement sanction / suspension lists (ๆๅๅๆญข), keyed by 13-digit corporate number | 0.05 USDC / call |
Connect
claude mcp add --transport http jp-biz https://jp-biz-opportunity-62ko7b2uwa-an.a.run.app/mcp
{
"mcpServers": {
"jp-biz": {
"type": "streamable-http",
"url": "https://jp-biz-opportunity-62ko7b2uwa-an.a.run.app/mcp"
}
}
}
No API key and no initialize handshake required. Paid tools return structured HTTP 402 / x402 payment challenges (USDC on Base; testnet during the current private beta) โ settle and retry the resource with an X-PAYMENT / PAYMENT-SIGNATURE header.
Notes
- Machine-to-machine only. Human browsers receive a plain-text 402 by design.
- Status: closed private beta. Endpoints, pricing and datasets may change.
- Source of the gateway lives in a private repository; this repo hosts the public MCP documentation and registry manifest.
License
Install
Add jp biz opportunity to your client. Pick the one you use.
claude mcp add --transport http jp-biz-opportunity https://jp-biz-opportunity-62ko7b2uwa-an.a.run.app/mcpcodex mcp add jp-biz-opportunity --url https://jp-biz-opportunity-62ko7b2uwa-an.a.run.app/mcp{
"mcpServers": {
"jp-biz-opportunity": {
"url": "https://jp-biz-opportunity-62ko7b2uwa-an.a.run.app/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"jp-biz-opportunity": {
"type": "http",
"url": "https://jp-biz-opportunity-62ko7b2uwa-an.a.run.app/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"jp-biz-opportunity": {
"url": "https://jp-biz-opportunity-62ko7b2uwa-an.a.run.app/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"jp-biz-opportunity": {
"serverUrl": "https://jp-biz-opportunity-62ko7b2uwa-an.a.run.app/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance16/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 81 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 0.1.0Latest | Jun 12, 2026 |