From ef4c1218612b99b7d6b6013f470e423316c79409 Mon Sep 17 00:00:00 2001 From: Ashwin Kumar Date: Wed, 20 May 2026 16:20:22 +0200 Subject: [PATCH] add bluerails402 publisher registry MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit EU news and media publisher registry for AI agents via MCP. bluerails402.com — MiCA-aligned, x402-native. Co-Authored-By: Claude Sonnet 4.6 --- schemas/services.ts | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/schemas/services.ts b/schemas/services.ts index 63ddd4ab..d88e9633 100644 --- a/schemas/services.ts +++ b/schemas/services.ts @@ -6573,6 +6573,35 @@ export const services: ServiceDef[] = [ ], }, + // ── bluerails402 ─────────────────────────────────────────────────────── + { + id: "bluerails402", + name: "bluerails402 Publisher Registry", + url: "https://bluerails402.com", + serviceUrl: "https://bluerails402.com/mcp", + description: + "EU news and media publisher registry for AI agents. Discover publishers accepting agentic payments via MCP — EU-first, MiCA-aligned, x402-native.", + + categories: ["media", "data"], + integration: "third-party", + tags: ["publishers", "news", "media", "mcp", "x402", "eu", "mica"], + docs: { + homepage: "https://bluerails402.com", + llmsTxt: "https://bluerails402.com/llms.txt", + }, + provider: { name: "Bluerails", url: "https://bluerails402.com" }, + realm: "bluerails402.com", + intent: "charge", + payments: [], + endpoints: [ + { + route: "POST /mcp", + desc: "MCP JSON-RPC — list_publishers, get_publisher (public); get_fx_quote, fetch_content (X-API-Key required)", + docs: "https://bluerails402.com/openapi.json", + }, + ], + }, + // ── Papercut ─────────────────────────────────────────────────────────── { id: "papercut",