← WebMCP Directory

Tool tree

amicited.com

liveAI & Agents
https://www.amicited.com/
AmICited is the AI search visibility tool that tracks how ChatGPT, Perplexity, Gemini and Google AI Overviews cite your brand, and shows what to publish to grow on AI search.
Explore capabilities
search_amicitedanswer

Search amicited.com, a reference site about AI search visibility (GEO/AEO): how ChatGPT, Perplexity, Gemini, Claude, Copilot and Google AI Overviews choose and cite sources, plus glossary definitions, FAQs, how-to guides, product tutorials, original citation data and case studies. Returns matching page titles, descriptions and canonical URLs.

View tool JSON
{
  "name": "search_amicited",
  "kind": "answer",
  "impl": "imperative",
  "description": "Search amicited.com, a reference site about AI search visibility (GEO/AEO): how ChatGPT, Perplexity, Gemini, Claude, Copilot and Google AI Overviews choose and cite sources, plus glossary definitions, FAQs, how-to guides, product tutorials, original citation data and case studies. Returns matching page titles, descriptions and canonical URLs.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "query": {
        "type": "string",
        "description": "What to look for, e.g. 'how does Perplexity pick sources' or 'share of voice'."
      },
      "section": {
        "type": "string",
        "description": "Restrict results to one part of the site.",
        "enum": [
          "academy",
          "author",
          "blog",
          "case-studies",
          "data-reports",
          "discussion",
          "faq",
          "features",
          "glossary",
          "how-to",
          "reviews",
          "solutions"
        ]
      },
      "limit": {
        "type": "integer",
        "description": "Maximum number of results (1-20, default 5).",
        "minimum": 1,
        "maximum": 20
      }
    },
    "required": [
      "query"
    ]
  },
  "page": "/"
}
lookup_ai_search_termanswer

Look up a term from the AmICited glossary of AI search, generative engine optimization (GEO) and answer engine optimization (AEO) vocabulary — 700+ definitions covering things like citation share, share of voice, AI Overviews, llms.txt, agentic commerce and AI crawler management. Returns the definition and the canonical URL to cite.

View tool JSON
{
  "name": "lookup_ai_search_term",
  "kind": "answer",
  "impl": "imperative",
  "description": "Look up a term from the AmICited glossary of AI search, generative engine optimization (GEO) and answer engine optimization (AEO) vocabulary — 700+ definitions covering things like citation share, share of voice, AI Overviews, llms.txt, agentic commerce and AI crawler management. Returns the definition and the canonical URL to cite.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "term": {
        "type": "string",
        "description": "The term to define, e.g. 'generative engine optimization'."
      }
    },
    "required": [
      "term"
    ]
  },
  "page": "/"
}
get_amicited_pricinganswer

Get current AmICited subscription plans — names, monthly prices and what each plan includes — so you can answer 'how much does AmICited cost' without guessing from a cached page.

View tool JSON
{
  "name": "get_amicited_pricing",
  "kind": "answer",
  "impl": "imperative",
  "description": "Get current AmICited subscription plans — names, monthly prices and what each plan includes — so you can answer 'how much does AmICited cost' without guessing from a cached page.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}
start_ai_visibility_checkact

Start a free AmICited AI search visibility check for a domain — the same action as the site's 'Get started free' form. Creates a free account and queues the first scan of how ChatGPT, Perplexity, Gemini, Google AI Overviews, Copilot and Grok mention and cite that domain. Returns the sign-up URL to open (no credit card, first results in about a minute); it does not navigate the page itself.

View tool JSON
{
  "name": "start_ai_visibility_check",
  "kind": "act",
  "impl": "imperative",
  "description": "Start a free AmICited AI search visibility check for a domain — the same action as the site's 'Get started free' form. Creates a free account and queues the first scan of how ChatGPT, Perplexity, Gemini, Google AI Overviews, Copilot and Grok mention and cite that domain. Returns the sign-up URL to open (no credit card, first results in about a minute); it does not navigate the page itself.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "domain": {
        "type": "string",
        "description": "The domain to check, e.g. 'example.com' (scheme and path are ignored)."
      }
    },
    "required": [
      "domain"
    ]
  },
  "page": "/"
}