INDIVIDUAL MCP TOOL
verification_summary
このサイトが行った確認作業の結果を返す。実際には開けなかったお試しページの件数、LICENSE本文を読んで見つかった制限の件数と内訳、掲載を取り下げたものとその理由。
LIVE ENDPOINT
https://mirondo.net/mcp
Connect to this endpoint to inspect the live schema for verification_summary 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.mirondo]
url = "https://mirondo.net/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mirondo": {
"type": "http",
"url": "https://mirondo.net/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mirondo
Remote MCP URL: https://mirondo.net/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": {
"mirondo": {
"url": "https://mirondo.net/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mirondo": {
"type": "http",
"url": "https://mirondo.net/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mirondo",
"transport": "streamable-http",
"url": "https://mirondo.net/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_ai_tools— 日本語で使える無料AIツールを条件で検索する。実際に開けることを確認済みのものだけが対象。コマンド入力の要否、APIキーの要否、外部送信の有無、スマホ対応、商用利用の可否で絞れる。get_ai_tool— ツール1件の詳細(説明・条件・ライセンスの確認結果・解説ページのURL)を返す。