Age of Intent

Machine-readable layer

POST https://intentage.com/mcp

This endpoint is for agents. Use JSON-RPC requests to discover languages, list posts, or fetch a full article by slug.

Tools

list_posts
List all posts. Filter by locale.
get_post
Get a single post by slug and locale.
list_languages
List all 13 supported languages.

Example

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "get_post",
    "arguments": {
      "locale": "en",
      "slug": "death-of-intent-loss"
    }
  }
}

JSON-RPC 2.0 | protocolVersion 2024-11-05