← Registry

General Tools

itopan.jp

Provides general-purpose tools through the Model Context Protocol.

1 endpoint11 known toolsFirst detected September 24, 2026Last detected September 24, 2026

ENDPOINT 1

https://mcp.itopan.jp/mcp

No auth detected

MCP server metadata

Name
itopan
Version
1.0.0
Capabilities
tools.listChanged

Known tools 11

get_site_info

Return published ITOPAN site metadata (name, public URLs, catalog counts).

Inferred read-only
search_catalog

Search published Agent Data records by query.

Inferred read-only
list_projects

List published projects from the ITOPAN catalog.

Inferred read-only
get_project

Get one published project by exact id, including source_url.

Inferred read-only
list_services

List published services from the ITOPAN catalog.

Inferred read-only
get_service

Get one published service by exact id, including source_url.

Inferred read-only
list_events

List published events from the ITOPAN catalog.

Inferred read-only
get_event

Get one published event by exact id, including source_url.

Inferred read-only
get_record

Get one published catalog record by exact id (any kind).

Inferred read-only
get_contact_information

Return the published human contact URL and method from /api/v1/site.contact.

Inferred read-only
navigate_itopan

Read-only Navigator over published ITOPAN records.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.