Overview

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

Skills

Fetch these:

Skill files: /docs/admin/skills/*/SKILL.md

Developer resources

  • Admin index: /docs/admin/llms.txt
  • Markdown export: /markdown/docs/admin/<slug> or Accept: text/markdown
  • OpenAPI: /openapi.json — transport only; tool names are not enumerated publicly