Built for the AI agent era
A public REST API and MCP server. Use Anchr from your code or from your AI.
Key capabilities
Machine-readable profiles (JSON-LD, structured data)
Open REST API with OpenAPI spec
MCP server for AI assistants
Compatible with OpenClaw, ChatGPT, Claude, Gemini, Cursor, and any agent that speaks MCP or calls REST APIs.
Discovery files (anchr.json, llms.txt)
Agent discovery flow
anchr.json → OpenAPI → API
Works with OpenClaw, ChatGPT, Claude, Gemini, and every MCP client.
Connect your OpenClaw to Anchr's MCP server. No glue code, no adapters.
OpenClawChatGPT DesktopClaude DesktopClaude CodeClaude Agent SDKGoogle GeminiOpenAI Agents SDKCursorWindsurfZedGooseClineCopilot Studio
Code examples
# Fetch a public profile
curl https://anchr.to/api/v1/users/a
# Shorten a URL (requires API key)
curl -X POST https://anchr.to/api/v1/short-links \
-H "Authorization: Bearer $ANCHR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://example.com/long-path"}'See it in action
AI Assistant
Add my new blog post to my Anchr page
Added! I've added your new blog post link to your Anchr page. It's now visible to your visitors.
Other link platforms weren't built for the AI era
| Feature | Anchr | Other |
|---|---|---|
| Public API | ||
| JSON-LD structured data | ||
| MCP server for AI assistants | ||
| Discovery files (anchr.json, llms.txt) | ||
| Agent discovery flow | ||
| Custom Domains |
Try the live API
A public REST API and MCP server. Use Anchr from your code or from your AI.