LIVE ENDPOINT
https://mcp.itopan.jp/mcp
Connect to this endpoint to inspect the live schema for list_events and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.itopan]
url = "https://mcp.itopan.jp/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"itopan": {
"type": "http",
"url": "https://mcp.itopan.jp/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: itopan
Remote MCP URL: https://mcp.itopan.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": {
"itopan": {
"url": "https://mcp.itopan.jp/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"itopan": {
"type": "http",
"url": "https://mcp.itopan.jp/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "itopan",
"transport": "streamable-http",
"url": "https://mcp.itopan.jp/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_site_info— Return published ITOPAN site metadata (name, public URLs, catalog counts).search_catalog— Search published Agent Data records by query.list_projects— List published projects from the ITOPAN catalog.get_project— Get one published project by exact id, including source_url.list_services— List published services from the ITOPAN catalog.get_service— Get one published service by exact id, including source_url.get_event— Get one published event by exact id, including source_url.get_record— Get one published catalog record by exact id (any kind).