Skip to content

Commit db7b9cf

Browse files
author
S. K. Rotwang MMMMMMMMM
committed
docs(discovery): lead service + MCP descriptions with Private Watch
The /.well-known/x402 service blurb, the MCP server description, and the MCP-registry manifest all led with DeFi/builder telemetry, so directory crawlers (x402scout, CDP Bazaar semantic search, PulseMCP/Glama) surfaced us as a generic DeFi feed and buried the flagship. Re-lead all three with the differentiator: HMAC-signed Monero/Zcash payment webhooks (view-key only, no node), with DeFi liquidation + builder stats following. Registry description kept to 99 chars (<=100 limit).
1 parent 53d5a22 commit db7b9cf

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

server.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
33
"name": "io.github.Rotwang9000/seneschal-data",
44
"title": "Seneschal Data",
5-
"description": "Live DeFi liquidation, Ethereum builder & Monero/Zcash data over MCP. Free, no key; x402 premium.",
5+
"description": "Monero/Zcash payment webhooks + DeFi liquidation & Ethereum builder data over MCP. Free tier; x402.",
66
"version": "0.1.0",
77
"websiteUrl": "https://seneschal.space",
88
"repository": {

src/mcp-server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export function buildMcpServer(options = {}) {
117117
name: 'seneschal-data',
118118
version: apiVersion,
119119
title: 'Seneschal Data',
120-
description: 'Free, public liquidation + builder telemetry for DeFi (Aave, Morpho, Spark, Compound). No authentication; rate-limited at the Caddy layer. Premium feed (per-call x402 micropayment in USDC on Base) exposes the uncapped at-risk catalogue plus realised market intel.'
120+
description: 'Pay-per-call data tools over x402 (USDC on Base, no API key): Monero/Zcash payment-watching — create view-key webhooks, run historical note scans, derive a Zcash UFVK — plus live XMR/ZEC chain facts, DeFi liquidation telemetry (Aave, Morpho, Spark, Compound at-risk borrowers) and Ethereum builder bid-distribution stats. Free read tier; Private Watch and premium feeds settle via x402 micropayments.'
121121
});
122122

123123
server.registerTool('seneschal_health', {

src/rest-server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1100,7 +1100,7 @@ export async function buildApp(options = {}) {
11001100
...paywallSummary,
11011101
service: {
11021102
name: 'Seneschal Data API',
1103-
description: 'On-chain DeFi liquidation + Ethereum builder telemetry and Monero/Zcash payment-watching, payable per call over x402. Free read tier, no API key.',
1103+
description: 'Monero & Zcash payment webhooks (HMAC-signed, view-key only, no node) plus on-chain DeFi liquidation and Ethereum builder telemetry — all payable per call over x402 on Base. Free read tier, no API key, no account.',
11041104
homepage: 'https://seneschal.space',
11051105
docs: 'https://docs.seneschal.space',
11061106
api_root: 'https://api.seneschal.space',

0 commit comments

Comments
 (0)