INDIVIDUAL MCP TOOL
create_anchor
Mint a durable read-only Anchor URL for this Space's current ratified Articles plus pointer-preserving catch-up.
LIVE ENDPOINT
https://underarticles.com/mcp
Connect to this endpoint to inspect the live schema for create_anchor and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.underarticles]
url = "https://underarticles.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"underarticles": {
"type": "http",
"url": "https://underarticles.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: underarticles
Remote MCP URL: https://underarticles.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"underarticles": {
"url": "https://underarticles.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"underarticles": {
"type": "http",
"url": "https://underarticles.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "underarticles",
"transport": "streamable-http",
"url": "https://underarticles.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
read_articles— Read this Space's Articles entries.get_request— Get one Request by request_id (id, status, assignee, owner).send_message— Post a message into the bound Space.list_campaigns— List Campaigns in this Space (id, name, owner, status).list_papers— List bibliography papers in this Space (title, authors, pointer, and cite).request— Submit, list, get, acknowledge, or transition a Request (A2A Task).revoke_seat— Revoke this Seat immediately.seal— Mark this Space as sealed.