Admin agent tools
Admin only. These tools read customer orders, projects, and research cache. Requires LinkDR admin role after MCP OAuth at
https://linkdr.com/mcp. Non-admins complete OAuth but receive 403 on every tool.
LinkDR exposes two agent surfaces. Checkout stays public at /SKILL.md. Research and ops live here under /docs/admin.
Research tools
Cache-first reads: keywords, SERPs, creators, contacts, publisher inventory. One live domain lookup per unique host on miss or stale data. Use get_domains for a competitor list (≤100). No Hunter or Trigger fill-domain fan-out.
Ops tools
Admin ops. Read-only fulfillment data from Postgres: orders, projects, customers, digests. Same OAuth gate. No refund, cancel, or charge. Slack and Notion workspace search run in in-app Eve (ops-fulfillment), not on /mcp.
What to explore next
- Get started for MCP JSON and first prompts.
- Connect MCP for the server URL.
- Tools for the full catalog split by research vs ops.
- Auth if sign-in or 403 is confusing.
- Troubleshooting for empty cache and rate limits.
Skills
Fetch these:
- Keyword fan-out — brand → SERP → outreach
- YouTube outreach — ranking creators
- Ops orders — fulfillment digest
Skill files: /docs/admin/skills/*/SKILL.md
Developer resources
- Admin index: /docs/admin/llms.txt
- Markdown export:
/markdown/docs/admin/<slug>orAccept: text/markdown - OpenAPI: /openapi.json — transport only; tool names are not enumerated publicly
