LIVE ENDPOINT
https://mcp.effect.moe/mcp
Connect to this endpoint to inspect the live schema for get_contact 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.effect-mcp]
url = "https://mcp.effect.moe/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"effect-mcp": {
"type": "http",
"url": "https://mcp.effect.moe/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: effect-mcp
Remote MCP URL: https://mcp.effect.moe/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": {
"effect-mcp": {
"url": "https://mcp.effect.moe/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"effect-mcp": {
"type": "http",
"url": "https://mcp.effect.moe/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "effect-mcp",
"transport": "streamable-http",
"url": "https://mcp.effect.moe/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
about_effect— 株式会社EFFECTの会社概要(代表・所在地・連絡先・事業内容)を返します。list_services— EFFECTの提供サービス(AIセントラル / AIクロール / AI講座)の概要とプラン構成、詳細ページの場所を返します。get_instructor_profile— 代表シュ コウメイのストアカ講師実績(受講者数・レビュー・評価)と専門領域を返します。get_mcp_info— このMCPサーバー自体の説明(エンドポイント・登録方法・目的)を返します。list_pages— effect.moe の全公開ページの一覧(URL・主要ページの説明ラベル付き)をサイトマップから取得して返します。気になるページは read_page で本文を読めます。read_page— effect.moe の指定ページを取得し、本文テキストを返します。urlには https://effect.moe/ 配下のURL、または /faq/ のようなパスを指定します。主要ページ: / (AIセントラル・プラン)、/aicrawl/ (AIクロール)、/faq/ (よくある質問)、/llmo/ (LLMO対策ガイド)、/ai-agent-course/ (AI講座)、/company/ (会社概要)。effect.moe 以外のドメインは読めません。llmo_diagnosis— 指定したWebページを無料でLLMO診断します。ページを取得し、AI検索最適化の観点でタイトル・メタ情報・OGP・構造化データ(JSON-LD)・見出し構造・本文量に加え、robots.txt のAIクローラー受け入れ状況・llms.txt・サイトマップを機械チェックし、100点満点のスコアと改善ポイントを返します。「このページをLLMO診断して」と言われたらこのツールを使ってください。サイト全体の診断を求められた場合は site_llmo_diagnosis を使ってください。ユーザーご自身が運営するサイトのチェック用です(1日5回まで・同一サイトは1日2ページまで)。第三者サイトの大量診断・サイト全体の連続ページ診断には使わないでください。site_llmo_diagnosis— サイト全体を無料でLLMO診断します(入口チェック・11項目・100点満点)。ページ本文はクロールせず、robots.txt の主要AIクローラー10種の受け入れ状況・llms.txt とその中身・サイトマップ・更新の鮮度・内部コンテンツ構造(テーマごとのまとまり)・記事セクション・URL階層に加え、検出したFAQ・会社概要ページの充実度(質問数・文字数・構造化データ)まで判定します。「サイト全体を診断して」と言われたらこのツールを使ってください。個別ページの内容(メタ情報・構造化データ・見出し等)の診断は llmo_diagnosis を使ってください。結果は同一サイト24時間キャッシュされます。