Server data from the Official MCP Registry
Read-only preflights for agent-payment boundaries and decoded x402 v2 PaymentRequired JSON.
Read-only preflights for agent-payment boundaries and decoded x402 v2 PaymentRequired JSON.
Valid MCP server (2 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
5 files analyzed · No issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
From the project's GitHub README.
Public support and fixed-scope Ethereum evidence-service surface for Sentinel Recovery.
Live site: https://terminallylazy.github.io/sentinel-recovery-support/
Paid services: https://terminallylazy.github.io/sentinel-recovery-support/#services
Agent manifest: https://terminallylazy.github.io/sentinel-recovery-support/.well-known/sentinel-agent.json
The site exposes a human-readable funding page, $49/$99/$199 public-data services, and framework-neutral agent resources. A payer agent may send within its own delegated financial policy, and inbound receipts need no recipient-side human acceptance. Every outbound action from Sentinel's receiving wallet requires human authorization. Sentinel never takes custody, requests private keys or signature material, or promises recovery.
/ — funding purpose, exact Ethereum Mainnet tuple, terms, and verification links/.well-known/sentinel-agent.json — agent capability and safety manifest/support.json — exact wallet, network, assets, and funding terms/support-intent.json — direction-specific payer and receiving-wallet policy/services.json — fixed-price scope, deliverable, and turnaround catalog/service-request.json — canonical agent input schema, email and public GitHub issue transports, and copyable quote-request template: https://terminallylazy.github.io/sentinel-recovery-support/service-request.json/sample-agent-payment-boundary-review.json and .md — inspectable $49 self-review demonstration: JSON, Markdown/sample-evidence-preview.json and .md — inspectable $99 format demonstration/service-payment.json — canonical recipient, assets, quote fields, and verification rules/privacy.json — minimal inputs, optional context, retention, and do-not-send rules/agent-guide.md — mandatory agent authority boundaries/impact.json — historical receipt and contribution-funded-work snapshot/llms.txt — short discovery indexmcp/ — read-only stdio MCP server with deterministic agent-payment and x402 PaymentRequired preflights plus the live service and quote-request resources; install from source or the checksummed v0.3.0 GitHub Release, not from the static Pages siteThe MCP server exposes two deterministic read-only tools:
preflight_agent_payment_boundary — checks one or two inline public
documents against 11 fixed payment-authority boundaries, without fetching
requester URLs, executing supplied text, submitting a request, or moving
fundspreflight_x402_v2_payment_required — checks one decoded inline x402 v2
PaymentRequired JSON document under a pinned, closed-world exact-EVM
EIP-3009 Sentinel safety profile, without decoding headers, evaluating payer
policy, verifying signatures or receipts, settling, connecting a wallet, or
moving fundsIt also exposes exactly two read-only resources:
sentinel://services/catalogsentinel://services/quote-request-contractOnly resource reads fetch the two hard-coded canonical live JSON contracts. Both preflights run locally on inline content and make no network request. Neither path can submit a request, move funds, authorize payment, request credentials, connect a wallet, or perform wallet actions.
The checksummed v0.3.0 MCPB and its SHA-256 sidecar are published on the
GitHub Release.
The official MCP Registry lists version 0.3.0 as active and latest under
io.github.TerminallyLazy/sentinel-recovery-services; verify the exact
Registry record
before relying on availability.
Install and verify it from the repository root:
npm ci --prefix mcp --ignore-scripts
npm test --prefix mcp
npm audit --prefix mcp --audit-level=high
npm run pack:check --prefix mcp
Configure an MCP client to launch the source checkout over stdio, replacing the path with the absolute path on that machine:
{
"mcpServers": {
"sentinel-recovery-services": {
"command": "node",
"args": ["/absolute/path/to/sentinel-recovery-support/mcp/server.mjs"]
}
}
}
Direct launch uses node mcp/server.mjs. Do not configure the GitHub Pages URL
as an MCP endpoint: the static site does not implement Streamable HTTP. The npm
package is not published yet, so no npx installation is advertised.
npm ci
npm run dev
To inspect the exact GitHub Pages artifact at its production base path:
npm run preview:pages
npm test
npm run lint
npm audit --audit-level=high
npm run export:pages
Be the first to review this server!
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally