Skip to content

Shown06/aimieru-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@shown06/aimieru-mcp

MCP-compatible Works with Claude Works with Cursor License: MIT GitHub stars

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 サーバー。

セットアップ

  1. aimieru.com にお問い合わせして API キーを発行(Phase 3 では手動発行)
  2. 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"
      }
    }
  }
}
  1. Claude Desktop / Cursor 再起動

利用可能な tool

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 dev

⭐ Star this repo if you find it useful

The 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.

Related production MCP servers (same author)

These four were shipped together as a coherent set:

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).

Author

@asab0077 — solo operator running four small Japanese SaaS. MCP shipped 2026-05-29 as a single-day batch.

About

MCP server for aimieru.com — AIO/SEO diagnosis for AI agents

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors