API Tools
renkeimap.jp
Provides an MCP interface to the RenkeiMap ledger of Japanese business systems, enabling searches, integration facts, data-exchange compatibility checks, comparisons, and external status observations.
ENDPOINT 1
https://renkeimap.jp/mcp
MCP server metadata
- Name
- renkeimap-info
- Version
- 0.1.0
Known tools 6
renkeimap_find_systemSearch the published RenkeiMap ledger of Japanese business systems by name / vendor / category.
Inferred read-onlyrenkeimap_system_factsFirst-hand, survey-dated facts about one system (auth method, rate limits, CSV surfaces, pricing pages — tags + editorial summaries with sources).
Inferred read-onlyrenkeimap_pairWhether and how two systems can exchange data: per-method verdicts (official API / CSV / screen-fill) measured from public primary sources, plus measured field-name overlap when available.
Inferred read-onlyrenkeimap_compareSide-by-side comparison of 2-5 published systems/tools on the same ledger items (API availability, contract, price, rate limit, data location, exit, security…).
Inferred read-onlyrenkeimap_statusCurrent operational status of one Japanese business system as observed EXTERNALLY by IT連携マップ (editorial third-party observation — NOT the vendor's official announcement).
Inferred read-onlyrenkeimap_hintpackStatic public knowledge for one system: what its vendor error messages mean, official support/contact URLs, login method shape.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.renkeimap-info]
url = "https://renkeimap.jp/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"renkeimap-info": {
"type": "http",
"url": "https://renkeimap.jp/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: renkeimap-info
Remote MCP URL: https://renkeimap.jp/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"renkeimap-info": {
"url": "https://renkeimap.jp/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"renkeimap-info": {
"type": "http",
"url": "https://renkeimap.jp/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "renkeimap-info",
"transport": "streamable-http",
"url": "https://renkeimap.jp/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.