不動産情報サービス MCP
About
国土交通省の不動産情報ライブラリから不動産価格データを取得するためのサービスです。
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
TransportHTTP (remote server)
Claude Code
claude mcp add --transport http reinfo 'https://mcp.n-3.ai/mcp?tools=get-time,reinfolib-real-estate-price,reinfolib-city-list'
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"reinfo","type":"http","url":"https://mcp.n-3.ai/mcp?tools=get-time,reinfolib-real-estate-price,reinfolib-city-list"}'
JSON
{
"mcpServers": {
"reinfo": {
"url": "https://mcp.n-3.ai/mcp?tools=get-time,reinfolib-real-estate-price,reinfolib-city-list"
}
}
}