Dageno Open API
    • Introduction
    • Authentication
    • Errors and Error Responses
    • MCP
    • GEO Analysis Query Parameter Guide
    • API
      • Get brand base information
        GET
      • Execute GEO analysis query
        POST
      • List topics
        GET
      • List prompts
        GET
      • List responses by prompt
        GET
      • Get response detail by prompt
        GET
      • List citation domains
        GET
      • List citation URLs
        GET
      • List citation domains by prompt
        GET
      • List citation URLs by prompt
        GET
      • List content opportunities
        GET
      • List backlink opportunities
        GET
      • List community opportunities
        GET

    MCP

    DagenoAI MCP Server#

    A Model Context Protocol (MCP) server for DagenoAI.

    Installation#

    Claude Code#

    Cursor#

    {
      "mcpServers": {
        "dageno": {
          "type": "sse",
          "url": "https://api.dageno.ai/mcp",
          "headers": {
            "x-api-key": "your-token"
          }
        }
      }
    }

    Tool Reference#

    ToolPurposeCommon Use Cases
    get_brand_infoGet core brand information for the current project (name, domain, summary, keywords, competitors, etc.).Build a brand profile and use it as context for downstream analysis.
    get_geo_analysisRun GEO DSL analysis (for example visibility ranking, matrix analysis, trend analysis).Check key metrics such as visibility and citation performance.
    get_topicsGet a topic list by time range and filters (with pagination).Review core project topics and their performance.
    get_promptsGet a prompt list by time range (with pagination, sorting, and filters).Identify high-performing prompts and coverage gaps.
    get_citation_domainsGet aggregated cited domains (with pagination and filters).See which domains cite your project most often.
    get_citation_urlsGet cited URL list (with pagination and filters).Locate specific cited pages for detailed review.
    get_prompt_citation_domainsGet aggregated cited domains for a specific prompt.Compare citation domain distribution for one prompt.
    get_prompt_citation_urlsGet cited URL list for a specific prompt.Analyze concrete cited pages for one prompt.
    get_content_opportunitiesGet content opportunity list (with pagination and filters).Discover what content should be created or improved first.
    get_backlink_opportunitiesGet backlink opportunity list.Find high-priority backlink targets and opportunities.
    get_community_opportunitiesGet social/community opportunity list.Identify topics with high potential for community distribution.

    Example Queries#

    Below are natural-language prompts you can use directly in MCP-enabled clients.

    Brand Basics#

    Please analyze the brand basics of the current project and summarize positioning, core keywords, and main competitors.

    Visibility Analysis#

    Please evaluate the current project's visibility performance over the past month, and provide key findings and trend insights.

    Content Opportunities#

    What content opportunities are available for the current project? Please rank the top three by priority and explain why.

    Topics and Prompts#

    Please identify the best-performing topics in the past month and the high-performing prompts associated with them, then provide a short summary.

    Citation Source Analysis#

    Please analyze the most frequently cited domains and page URLs over the past month, and summarize the key source patterns.

    Deep Dive on a Single Prompt#

    I will provide a prompt ID. Please analyze its citation distribution and high-value citation sources.

    Backlink Opportunities#

    Please list the top five backlink opportunities worth prioritizing in the past month, and explain your reasoning.

    Social/Community Opportunities#

    Please rank the top five social/community opportunities for the current project by potential impact.
    Modified at 2026-03-30 01:39:55
    Previous
    Errors and Error Responses
    Next
    GEO Analysis Query Parameter Guide
    Built with