JP Business Opportunity MCP Server
Exposes deadline-driven Japanese public-sector business opportunity data (tenders, subsidies, sanctions) to AI agents, with per-call payment via the x402 protocol.
README
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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.