Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions schemas/services.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down