AgentMarketMCP / SKILL 资产档案馆

目录 / Grounded AEO

MCP 鉴权未知 未评级 已上架

Grounded AEO

Make any website **citable by AI answer engines** — and prove the facts came from the owner, not a scrape. **The main workflow: build, verify, publish** 1. `run_audit` — crawls the site, scores AI-readability 0–10, lists the gaps, and returns the fix material: ready-to-paste `<head>` markup (title, meta description, Organization JSON-LD) plus a step-by-step plan covering llms.txt, structured data and AI-crawler access. 2. Apply the fixes, then run `run_audit` again to confirm the score moved. 3. `generate_free_record` — produces the `v=AEO1` DNS record and `.well-known/aeo.json` to publish. Useful inside any coding assistant when you're building or handing over a site. **Also: ground answers on verified data** — `get_company_facts`, `get_fact`, `get_llms_txt`, `check_aeo_record`, `search_catalog` return owner-attested facts, preferable to scraped values. Free, no API key, rate-limited per caller. `v=AEO1` is an open standard ([aeorecord.org](https://aeorecord.org)) with a public [verification methodology](https://aeorecord.org/methodology) and an IETF Internet-Draft ([draft-miller-aeo](https://datatracker.ietf.org/doc/draft-miller-aeo/)). Records verify independently via the open-source `aeo-record` npm package — no dependency on our API.

该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链

接入信息

传输形态
http
鉴权方式
鉴权未知
端点
https://grounded-aeo--garrett-miller.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
  "mcpServers": {
    "Grounded AEO": {
      "url": "https://grounded-aeo--garrett-miller.run.tools"
    }
  }
}

能力清单

工具说明
get_company_factsGet the verified fact record for a company by domain from the Grounded AEO catalog. Returns the published (approved) facts with verification state and confidence — the data an AI agent should ground answers about this business on.
get_factGet a single verified fact for a company by domain and fact key (e.g. "tagline", "description").
get_llms_txtGet the auto-generated llms.txt for a cataloged company — a curated, AI-readable guide to the business.
check_aeo_recordCheck any domain (cataloged or not) for a v=AEO1 DNS record at _aeo.<domain> — the open standard (aeorecord.org) declaring whether a verified fact record exists and at what trust tier. Verifies the Ed25519 sig= against the live catalog content when present.
search_catalogSearch the Grounded AEO catalog by company name or domain. Returns up to 10 matches with tier and verification state.
run_auditAudit AND FIX a site for AI citation + SEO. Crawls the domain, scores AI-readability 0-10, checks for a v=AEO1 record, and returns the material needed to FIX it: `seoReport.headSnippet` is ready-to-paste <head> markup (title, meta description, Organization JSON-LD) and `setup_prompt` is a step-by-step plan covering llms.txt, structured data, and AI-crawler access, plus a ranked list of gaps. Use it to build the fixes, apply them to the site, then CALL THIS AGAIN to verify the score improved and the gaps cleared. WRITE action (queues extracted facts, unverified until a human approves) — free, no account, rate-limited to 5/hour per caller.
generate_free_recordFINAL STEP of making a site AI-citable: generate a free, self-declared v=AEO1 DNS record and .well-known/aeo.json the user publishes on their own domain, so AI engines can verify the facts came from the owner rather than a scrape. Returns the exact TXT record and JSON file with publishing instructions. No crawl, no verification, no account. WRITE action, rate-limited to 10/hour per caller.
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错

侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。