Japanese AIO (AI Overviews citation) diagnosis MCP — measures whether ChatGPT, Gemini, Claude cite your site.
LP: https://aimieru.com/agents · Setup: see below · Pricing & Use Cases: on the LP
aimieru.com の AIO/SEO 速報診断を Claude Desktop / Cursor から呼ぶための MCP サーバー。
- aimieru.com にお問い合わせして API キーを発行(Phase 3 では手動発行)
- Claude Desktop 設定 (
~/Library/Application Support/Claude/claude_desktop_config.json) に追加:
{
"mcpServers": {
"aimieru": {
"command": "npx",
"args": ["-y", "github:Shown06/aimieru-mcp"],
"env": {
"AIMIERU_API_KEY": "sk_live_xxxxxxxx"
}
}
}
}- Claude Desktop / Cursor 再起動
| tool | 用途 |
|---|---|
run_aio_diagnosis |
日本語サイトの AIO Index (0-100) + 内訳 (schema/onPage/Lighthouse) + 改善余地を取得 |
npm install
AIMIERU_API_KEY=sk_live_xxx AIMIERU_BASE_URL=https://aimieru.com npm run devThe MCP/Agent economy is brand new — every star helps signal that "agents calling production SaaS via MCP" is a viable pattern worth investing in.
If you ship a production MCP server too, link it back here and I'll cross-link in the README.
These four were shipped together as a coherent set:
- airlogicpro-mcp — App Store category opportunity scoring
- aimieru-mcp — Japanese AIO citation tracking
- paperbotai-mcp — Multi-channel manual RAG
- tamawaru-mcp — Japanese government subsidy search
All four share the same auth / billing / monitoring patterns. See the technical writeup for production patterns (Bearer + SHA-256 hash + atomic SQL counter + Stripe Agent plan separation).
@asab0077 — solo operator running four small Japanese SaaS. MCP shipped 2026-05-29 as a single-day batch.