MCP
AIアシスタントから開示データに直接アクセス
MCP(Model Context Protocol)を使えば、Claude Desktop や Cursor などの AI ツールから企業検索・開示書類・財務データなどを自然言語で取得できます。
2. AI クライアントに登録
Claude Desktop
VS Code
Cursor
Windsurf
Cline
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"edinet": {
"url": "/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
},
"instructions": "Full API reference (83 endpoints, workflows, response examples): /api-reference.md"
}
}
}ワンクリックインストール
macOS / Linux
mkdir -p "$HOME/Library/Application Support/Claude" && cat > "$HOME/Library/Application Support/Claude/claude_desktop_config.json" << 'ENDCFG'
{
"mcpServers": {
"edinet": {
"url": "/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
},
"instructions": "Full API reference (83 endpoints, workflows, response examples): /api-reference.md"
}
}
}
ENDCFGMCP Endpoint
/mcp
API Reference (Markdown)
/api-reference.md