Skip to main content
ClaudeWave
kodandy avatar
kodandy

jp-biz-opportunity-mcp

View on GitHub
MCP ServersOfficial Registry0 stars0 forksMITUpdated today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/kodandy/jp-biz-opportunity-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "jp-biz-opportunity-mcp": {
      "command": "node",
      "args": ["/path/to/jp-biz-opportunity-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/kodandy/jp-biz-opportunity-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# JP Business Opportunity Data Gateway — MCP Server

Remote [MCP](https://modelcontextprotocol.io) server exposing **deadline-driven Japanese public-sector business opportunity data** to AI agents, metered per call with the [x402 payment protocol](https://github.com/coinbase/x402).

- **MCP endpoint (Streamable HTTP, stateless):** `https://jp-biz-opportunity-62ko7b2uwa-an.a.run.app/mcp`
- Machine index: [llms.txt](https://jp-biz-opportunity-62ko7b2uwa-an.a.run.app/llms.txt) · API contract: [openapi.yaml](https://jp-biz-opportunity-62ko7b2uwa-an.a.run.app/openapi.yaml)
- Sibling gateway (corporate regulatory raw data): [jp-m2m-mcp](https://github.com/kodandy/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

```bash
claude mcp add --transport http jp-biz https://jp-biz-opportunity-62ko7b2uwa-an.a.run.app/mcp
```

```json
{
  "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

[MIT](LICENSE)

What people ask about jp-biz-opportunity-mcp

What is kodandy/jp-biz-opportunity-mcp?

+

kodandy/jp-biz-opportunity-mcp is mcp servers for the Claude AI ecosystem with 0 GitHub stars.

How do I install jp-biz-opportunity-mcp?

+

You can install jp-biz-opportunity-mcp by cloning the repository (https://github.com/kodandy/jp-biz-opportunity-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is kodandy/jp-biz-opportunity-mcp safe to use?

+

kodandy/jp-biz-opportunity-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains kodandy/jp-biz-opportunity-mcp?

+

kodandy/jp-biz-opportunity-mcp is maintained by kodandy. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to jp-biz-opportunity-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy jp-biz-opportunity-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: kodandy/jp-biz-opportunity-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/kodandy-jp-biz-opportunity-mcp)](https://claudewave.com/repo/kodandy-jp-biz-opportunity-mcp)
<a href="https://claudewave.com/repo/kodandy-jp-biz-opportunity-mcp"><img src="https://claudewave.com/api/badge/kodandy-jp-biz-opportunity-mcp" alt="Featured on ClaudeWave: kodandy/jp-biz-opportunity-mcp" width="320" height="64" /></a>