Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.lonniev/excalibur-mcp

REMOTE · EXCALIBUR-MCP.FASTMCP.APP · SCANNED SEP 20

FastMCP server for posting formatted content to X (Twitter) — Tollbooth-monetized, DPYC-native

0 this week 74 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security57
Transport & Reachability100
Schema Quality & AI Usability62
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 14114 tokens (~178/item across 79 items; 79 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage88
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 58% of tool parameters carry a description.Partial
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 11 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "excalibur_forget_credentials" implies "delete" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 80 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.lonniev/excalibur-mcp server?

io.github.lonniev/excalibur-mcp is a hosted endpoint at https://excalibur-mcp.fastmcp.app/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · excalibur-mcp.fastmcp.app

# add to Claude Code
claude mcp add --transport http lonniev-excalibur-mcp 'https://excalibur-mcp.fastmcp.app/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "lonniev-excalibur-mcp": {
      "url": "https://excalibur-mcp.fastmcp.app/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "lonniev-excalibur-mcp": {
      "type": "http",
      "url": "https://excalibur-mcp.fastmcp.app/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.lonniev-excalibur-mcp]
url = "https://excalibur-mcp.fastmcp.app/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "lonniev-excalibur-mcp": {
      "type": "remote",
      "url": "https://excalibur-mcp.fastmcp.app/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add lonniev-excalibur-mcp --url 'https://excalibur-mcp.fastmcp.app/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  lonniev-excalibur-mcp:
    url: "https://excalibur-mcp.fastmcp.app/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "lonniev-excalibur-mcp": {
      "Transport": "http",
      "Url": "https://excalibur-mcp.fastmcp.app/mcp"
    }
  }
}
# add to Vellum
assistant mcp add lonniev-excalibur-mcp -t streamable-http -u 'https://excalibur-mcp.fastmcp.app/mcp'
// mcp.json
{
  "mcpServers": {
    "lonniev-excalibur-mcp": {
      "type": "http",
      "url": "https://excalibur-mcp.fastmcp.app/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 16 Sept 26 0
    • New tool “excalibur_scheduler_reissue” functional
  • 26 Aug 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 25 Aug 26 0
    • Stability: 0.97 → pass security
  • 24 Aug 26 +1
    • Tool “excalibur_scheduler_check_now” rewrote its description, which is the text the model reads security
    • “excalibur_scheduler_check_now” reworded the description of “npub” cosmetic
  • 21 Aug 26 0
    • Tool “excalibur_list_posts” rewrote its description, which is the text the model reads security
    • “excalibur_list_posts” added an optional parameter “sent_hour” cosmetic
    • “excalibur_list_posts” added an optional parameter “time_zone” cosmetic
  • 17 Aug 26 0
    • Tool “excalibur_account_statement” rewrote its description, which is the text the model reads security
    • Tool “excalibur_account_statement_infographic” rewrote its description, which is the text the model reads security
    • Tool “excalibur_begin_oauth” rewrote its description, which is the text the model reads security
    • Tool “excalibur_check_balance” rewrote its description, which is the text the model reads security
    • Tool “excalibur_check_oauth_status” rewrote its description, which is the text the model reads security
    • Tool “excalibur_check_payment” rewrote its description, which is the text the model reads security
    • Tool “excalibur_check_price” rewrote its description, which is the text the model reads security
    • Tool “excalibur_check_proof_status” rewrote its description, which is the text the model reads security
    • Tool “excalibur_create_post” rewrote its description, which is the text the model reads security
    • Tool “excalibur_delete_patron_credential” rewrote its description, which is the text the model reads security
    • Tool “excalibur_forget_credentials” rewrote its description, which is the text the model reads security
    • Tool “excalibur_get_notarization_proof” rewrote its description, which is the text the model reads security
    • Tool “excalibur_get_patron_credential_fields” rewrote its description, which is the text the model reads security
    • Tool “excalibur_get_patron_onboarding_status” rewrote its description, which is the text the model reads security
    • Tool “excalibur_list_notarizations” rewrote its description, which is the text the model reads security
    • Tool “excalibur_mint_coupon” rewrote its description, which is the text the model reads security
    • Tool “excalibur_post_nostr_message” rewrote its description, which is the text the model reads security
    • Tool “excalibur_post_tweet” rewrote its description, which is the text the model reads security
    • Tool “excalibur_post_tweet_image” rewrote its description, which is the text the model reads security
    • Tool “excalibur_publish_nostr_profile” rewrote its description, which is the text the model reads security
    • Tool “excalibur_purchase_credits” rewrote its description, which is the text the model reads security
    • Tool “excalibur_receive_credentials” rewrote its description, which is the text the model reads security
    • Tool “excalibur_receive_npub_proof” rewrote its description, which is the text the model reads security
    • Tool “excalibur_refine_post_region” rewrote its description, which is the text the model reads security
    • Tool “excalibur_report_issue” rewrote its description, which is the text the model reads security
    • Tool “excalibur_request_adoption” rewrote its description, which is the text the model reads security
    • Tool “excalibur_request_credential_channel” rewrote its description, which is the text the model reads security
    • Tool “excalibur_request_npub_proof” rewrote its description, which is the text the model reads security
    • Tool “excalibur_resolve_dynamic_block” rewrote its description, which is the text the model reads security
    • Tool “excalibur_restore_credits” rewrote its description, which is the text the model reads security
    • Tool “excalibur_session_status” rewrote its description, which is the text the model reads security
    • Tool “excalibur_update_operator_credential” rewrote its description, which is the text the model reads security
    • Tool “excalibur_update_patron_credential” rewrote its description, which is the text the model reads security
    • Tool coverage: 14% → 58% functional
    • The server now declares the “logging” capability functional
    • Server version: 3.0.2 → 3.4.7 functional
    • New tool “excalibur_delete_operator_credential” functional
    • “excalibur_account_statement” reworded the description of “days” cosmetic
    • “excalibur_account_statement” reworded the description of “dpop_token” cosmetic
    • “excalibur_account_statement” reworded the description of “npub” cosmetic
    • “excalibur_account_statement_infographic” reworded the description of “days” cosmetic
    • “excalibur_account_statement_infographic” reworded the description of “dpop_token” cosmetic
    • “excalibur_account_statement_infographic” reworded the description of “npub” cosmetic
    • “excalibur_begin_oauth” reworded the description of “dpop_token” cosmetic
    • “excalibur_begin_oauth” reworded the description of “npub” cosmetic
    • “excalibur_check_balance” reworded the description of “dpop_token” cosmetic
    • “excalibur_check_balance” reworded the description of “npub” cosmetic
    • “excalibur_check_oauth_status” reworded the description of “dpop_token” cosmetic
    • “excalibur_check_oauth_status” reworded the description of “npub” cosmetic
    • “excalibur_check_payment” reworded the description of “dpop_token” cosmetic
    • “excalibur_check_payment” reworded the description of “invoice_id” cosmetic
    • “excalibur_check_payment” reworded the description of “npub” cosmetic
    • “excalibur_check_price” reworded the description of “tool_id” cosmetic
    • “excalibur_check_price” reworded the description of “tool_kwargs” cosmetic
    • “excalibur_check_proof_status” reworded the description of “dpop_token” cosmetic
    • “excalibur_check_proof_status” reworded the description of “patron_npub” cosmetic
    • “excalibur_create_post” reworded the description of “cease_at” cosmetic
    • “excalibur_create_post” reworded the description of “client_req_id” cosmetic
    • “excalibur_create_post” reworded the description of “doc” cosmetic
    • “excalibur_create_post” reworded the description of “publish_at” cosmetic
    • “excalibur_create_post” reworded the description of “recurrence” cosmetic
    • “excalibur_create_post” reworded the description of “status” cosmetic
    • “excalibur_create_post” reworded the description of “text_cache” cosmetic
    • “excalibur_create_post” reworded the description of “title” cosmetic
    • “excalibur_delete_patron_credential” reworded the description of “dpop_token” cosmetic
    • “excalibur_delete_patron_credential” reworded the description of “field” cosmetic
    • “excalibur_delete_patron_credential” reworded the description of “npub” cosmetic
    • “excalibur_forget_credentials” reworded the description of “dpop_token” cosmetic
    • “excalibur_forget_credentials” reworded the description of “npub” cosmetic
    • “excalibur_forget_credentials” reworded the description of “service” cosmetic
    • “excalibur_get_notarization_proof” reworded the description of “notarization_id” cosmetic
    • “excalibur_get_notarization_proof” reworded the description of “npub” cosmetic
    • “excalibur_get_patron_credential_fields” reworded the description of “dpop_token” cosmetic
    • “excalibur_get_patron_credential_fields” reworded the description of “npub” cosmetic
    • “excalibur_get_patron_onboarding_status” reworded the description of “dpop_token” cosmetic
    • “excalibur_get_patron_onboarding_status” reworded the description of “patron_npub” cosmetic
    • “excalibur_list_notarizations” reworded the description of “limit” cosmetic
    • “excalibur_list_notarizations” reworded the description of “status” cosmetic
    • “excalibur_mint_coupon” reworded the description of “discount_percent” cosmetic
    • “excalibur_mint_coupon” reworded the description of “name” cosmetic
    • “excalibur_mint_coupon” reworded the description of “total_uses” cosmetic
    • “excalibur_mint_coupon” reworded the description of “uses_per_patron” cosmetic
    • “excalibur_mint_coupon” reworded the description of “valid_from” cosmetic
    • “excalibur_mint_coupon” reworded the description of “valid_until” cosmetic
    • “excalibur_post_nostr_message” reworded the description of “message” cosmetic
    • “excalibur_post_tweet” reworded the description of “text” cosmetic
    • “excalibur_post_tweet_image” reworded the description of “banner_svg” cosmetic
    • “excalibur_post_tweet_image” reworded the description of “image_url” cosmetic
    • “excalibur_post_tweet_image” reworded the description of “text” cosmetic
    • “excalibur_publish_nostr_profile” reworded the description of “npub” cosmetic
    • “excalibur_publish_nostr_profile” reworded the description of “signed_event” cosmetic
    • “excalibur_purchase_credits” reworded the description of “amount_sats” cosmetic
    • “excalibur_purchase_credits” reworded the description of “dpop_token” cosmetic
    • “excalibur_purchase_credits” reworded the description of “npub” cosmetic
    • “excalibur_receive_credentials” reworded the description of “credential_card” cosmetic
    • “excalibur_receive_credentials” reworded the description of “dpop_token” cosmetic
    • “excalibur_receive_credentials” reworded the description of “sender_npub” cosmetic
    • “excalibur_receive_credentials” reworded the description of “service” cosmetic
    • “excalibur_receive_npub_proof” reworded the description of “dpop_token” cosmetic
    • “excalibur_receive_npub_proof” reworded the description of “patron_npub” cosmetic
    • “excalibur_refine_post_region” reworded the description of “bans” cosmetic
    • “excalibur_refine_post_region” reworded the description of “full_text” cosmetic
    • “excalibur_refine_post_region” reworded the description of “instruction” cosmetic
    • “excalibur_refine_post_region” reworded the description of “region” cosmetic
    • “excalibur_refine_post_region” reworded the description of “voice” cosmetic
    • “excalibur_report_issue” reworded the description of “body” cosmetic
    • “excalibur_report_issue” reworded the description of “dpop_token” cosmetic
    • “excalibur_report_issue” reworded the description of “npub” cosmetic
    • “excalibur_report_issue” reworded the description of “title” cosmetic
    • “excalibur_report_issue” reworded the description of “tool_name” cosmetic
    • “excalibur_request_adoption” reworded the description of “authority_npub” cosmetic
    • “excalibur_request_adoption” reworded the description of “dpop_token” cosmetic
    • “excalibur_request_adoption” reworded the description of “note” cosmetic
    • “excalibur_request_adoption” reworded the description of “service_url” cosmetic
    • “excalibur_request_credential_channel” reworded the description of “sender_npub” cosmetic
    • “excalibur_request_credential_channel” reworded the description of “service” cosmetic
    • “excalibur_request_npub_proof” reworded the description of “patron_npub” cosmetic
    • “excalibur_request_npub_proof” reworded the description of “reason” cosmetic
    • “excalibur_request_npub_proof” reworded the description of “verify_at” cosmetic
    • “excalibur_resolve_dynamic_block” reworded the description of “allowed_domains” cosmetic
    • “excalibur_resolve_dynamic_block” reworded the description of “bans” cosmetic
    • “excalibur_resolve_dynamic_block” reworded the description of “context” cosmetic
    • “excalibur_resolve_dynamic_block” reworded the description of “max_fetches” cosmetic
    • “excalibur_resolve_dynamic_block” reworded the description of “prompt” cosmetic
    • “excalibur_resolve_dynamic_block” reworded the description of “voice” cosmetic
    • “excalibur_restore_credits” reworded the description of “dpop_token” cosmetic
    • “excalibur_restore_credits” reworded the description of “invoice_id” cosmetic
    • “excalibur_restore_credits” reworded the description of “patron_npub” cosmetic
    • “excalibur_session_status” reworded the description of “patron_npub” cosmetic
    • “excalibur_update_operator_credential” reworded the description of “dpop_token” cosmetic
    • “excalibur_update_operator_credential” reworded the description of “field” cosmetic
    • “excalibur_update_operator_credential” reworded the description of “value” cosmetic
    • “excalibur_update_patron_credential” reworded the description of “dpop_token” cosmetic
    • “excalibur_update_patron_credential” reworded the description of “field” cosmetic
    • “excalibur_update_patron_credential” reworded the description of “npub” cosmetic
    • “excalibur_update_patron_credential” reworded the description of “value” cosmetic
  • 11 Aug 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 10 Aug 26 0
    • Tool “excalibur_list_posts” rewrote its description, which is the text the model reads security
    • Tool “excalibur_list_snippets” rewrote its description, which is the text the model reads security
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Probed https://excalibur-mcp.fastmcp.app/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=*.fastmcp.app CN=Amazon RSA 2048 M04,O=Amazon,C=US 17 Jun 2026 31 Dec 2026 RSA 2048 SHA256-RSA a1583bafd89c7b58780ef1a0a0d2ad7
SANs: *.fastmcp.app
CN=Amazon RSA 2048 M04,O=Amazon,C=US (CA) CN=Amazon Root CA 1,O=Amazon,C=US 23 Aug 2022 23 Aug 2030 RSA 2048 SHA256-RSA 773124f2a952e3ed18a58bdb85d1bc0ce5f27
CN=Amazon Root CA 1,O=Amazon,C=US (CA) CN=Starfield Services Root Certificate Authority - G2,O=Starfield Technologies\, Inc.,L=Scottsdale,ST=Arizona,C=US 25 May 2015 31 Dec 2037 RSA 2048 SHA256-RSA 67f944a2a27cdf3fac2ae2b01f908eeb9c4c6

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of excalibur-mcp.fastmcp.app. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
app. present 23684 8 Verified
fastmcp.app. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://excalibur-mcp.fastmcp.app/mcp Verified 200
http (plaintext) http://excalibur-mcp.fastmcp.app/mcp HTTPS enforced 301 https://excalibur-mcp.fastmcp.app/mcp
MCP tools · 79 exposed · ~13,432 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
excalibur_account_statement ~224

Generate a patron's account statement at this operator. Returns the patron's purchase history, active credit tranches, per-tool usage breakdown, and recent daily usage logs. This is the patron's spending account — not the operator's Authority tax balance. Free — no credits consumed. Proof of npub ownership is required to prevent statement-scraping of arbitrary patrons.

NameTypeReqDescription
daysintegerNumber of days of daily usage history to include (default 30).
dpop_tokenstringyesRaw JSON of a kind-27235 Nostr event signed by npub — not base64, not NIP-98 'Authorization: Nostr <b64>' framing. Its `u` tag must hold THIS tool's exact name (from tools/list), not the endpoint URL…
npubstringyesThe patron's Nostr public key (npub1...).

Structured output declared, but exposes no named fields.

No examples provided.

excalibur_account_statement_infographic ~224

Generate a visual SVG infographic of your account statement. Returns the same data as account_statement, rendered as a dark-themed SVG graphic with balance hero, metrics cards, health gauge, tranche table, and tool usage breakdown. Costs 1 api_sat per call. Proof is verified by ``debit_or_deny`` before any cost is incurred.

NameTypeReqDescription
daysintegerNumber of days of daily usage history to include (default 30).
dpop_tokenstringyesRaw JSON of a kind-27235 Nostr event signed by npub — not base64, not NIP-98 'Authorization: Nostr <b64>' framing. Its `u` tag must hold THIS tool's exact name (from tools/list), not the endpoint URL…
npubstringyesThe Nostr public key (npub1...) whose statement to render.

Structured output declared, but exposes no named fields.

No examples provided.

excalibur_adoption_status ~71

Check this operator's adoption-request status at a chosen Authority. Free. Polls the Authority MCP-to-MCP for the status of this operator's request (pending / approved / rejected / provisioned).

NameTypeReqDescription
authority_npubstringyes
dpop_tokenstring

Structured output declared, but exposes no named fields.

No examples provided.

excalibur_begin_oauth ~259

Start the OAuth2 authorization flow. Returns an authorization URL. Open it in a browser to log in and authorize. Then call ``check_oauth_status`` with the same npub to complete. Free. Proof of npub ownership is required so an observer cannot DOS your account by initiating OAuth flows in your name. Do NOT call this pre-emptively. If a session may still be valid, attempt the live tool call first and only begin OAuth when it fails with ``upstream_auth_refresh_needed``. A 'pending' ``check_oauth_status`` is not evidence that an existing session has lapsed.

NameTypeReqDescription
dpop_tokenstringyesRaw JSON of a kind-27235 Nostr event signed by npub — not base64, not NIP-98 'Authorization: Nostr <b64>' framing. Its `u` tag must hold THIS tool's exact name (from tools/list), not the endpoint URL…
npubstringyesYour DPYC patron npub (npub1...).

Structured output declared, but exposes no named fields.

No examples provided.

excalibur_check_authority_balance ~74

Check this operator's tax balance at the Authority. Returns the sats available for certifying patron credit purchases. When this balance reaches zero, patron top-ups cannot be certified and the operator must call purchase_credits on the Authority. This is the operator's own funding — not a patron balance. Free.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

excalibur_check_balance ~210

Check a patron's credit balance at this operator. This is the patron's spending balance — credits purchased via Lightning for tool calls at this operator. For the operator's own balance at the Authority (needed to certify patron purchases), use authority_check_balance instead. Free — no credits required. Proof of npub ownership is required to prevent anyone-with-the-registry from enumerating balances.

NameTypeReqDescription
dpop_tokenstringyesRaw JSON of a kind-27235 Nostr event signed by npub — not base64, not NIP-98 'Authorization: Nostr <b64>' framing. Its `u` tag must hold THIS tool's exact name (from tools/list), not the endpoint URL…
npubstringyesThe Nostr public key (npub1...) whose balance to check.

Structured output declared, but exposes no named fields.

No examples provided.

excalibur_check_oauth_status ~251

Check whether the OAuth2 authorization flow has completed. Call after opening the authorization URL from ``begin_oauth`` and completing the login in your browser. Free. Proof of npub ownership is required: OAuth status exposes which upstream services a patron has connected. A 'pending' result here does NOT prove an existing session has lapsed — it only reports this authorization attempt. To find out whether a session still works, attempt the live call; fall back to ``begin_oauth`` only on an explicit ``upstream_auth_refresh_needed`` error.

NameTypeReqDescription
dpop_tokenstringyesRaw JSON of a kind-27235 Nostr event signed by npub — not base64, not NIP-98 'Authorization: Nostr <b64>' framing. Its `u` tag must hold THIS tool's exact name (from tools/list), not the endpoint URL…
npubstringyesThe same Nostr public key (npub1...) used in begin_oauth.

Structured output declared, but exposes no named fields.

No examples provided.

excalibur_check_payment ~196

Check the payment status of a Lightning invoice. Call after paying the invoice from purchase_credits. Free — no credits required. Proof of npub ownership is required to prevent credit-grant front-running by an observer of the invoice ID.

NameTypeReqDescription
dpop_tokenstringyesRaw JSON of a kind-27235 Nostr event signed by npub — not base64, not NIP-98 'Authorization: Nostr <b64>' framing. Its `u` tag must hold THIS tool's exact name (from tools/list), not the endpoint URL…
invoice_idstringyesThe invoice ID returned by purchase_credits.
npubstringyesThe Nostr public key (npub1...) that purchased the invoice.

Structured output declared, but exposes no named fields.

No examples provided.

excalibur_check_price ~181

Preview the effective cost of a tool call. Shows the base cost and any constraint effects (discounts, free trials, surge pricing). Free — no credits required.

NameTypeReqDescription
dpop_tokenstring
npubstring
tool_idstringyesEither the tool's UUID (from the pricing model) or a bare capability string (e.g. ``"deal_scenario"``). FE callers usually have the capability name; this resolves both so the FE doesn't need to deriv…
tool_kwargsstringOptional JSON object with tool call parameters for ad valorem / categorical-multiplier pricing preview (e.g. '{"amount_sats": 5000}' or '{"difficulty": "sovereign", "mode": "live"}').

Structured output declared, but exposes no named fields.

No examples provided.

excalibur_check_proof_status ~139

Check whether a previously-cached dpop_token is still valid. Mirrors ``check_oauth_status`` for the npub-proof flow: a calling agent can ask "will my next paid call accept this dpop_token?" before burning credits on a guaranteed failure. Free, no side effects — does not evict the cache or touch relays.

NameTypeReqDescription
dpop_tokenstringRequired. The dpop_token phrase returned by ``request_npub_proof`` / ``receive_npub_proof``.
patron_npubstringRequired. The patron's npub (npub1...).

Structured output declared, but exposes no named fields.

No examples provided.

excalibur_create_post ~479

Store a new post (draft or scheduled). Returns its ``post_id``.

NameTypeReqDescription
cease_atISO-8601 stop time for recurrence; null = open-ended.
client_req_idstringIdempotency key — re-sending the same id returns the same post without a second charge.
docobjectyesThe editable Doc — a JSON object whose consumed key is ``blocks``, a list of block objects. A minimal static post is one block: ``{"blocks": [{"text": "gm. stack sats.", "flags": []}]}``. Blocks are…
dpop_tokenstring
npubstringRequired. Your Nostr public key (npub1...) for credit billing.
publish_atISO-8601 first/next publish time; required when status='scheduled'.
recurrence``{"freq": "daily|weekly|monthly", "interval": n}`` or null.
statusstring``draft`` or ``scheduled``.
text_cachestringComposed text (blocks joined) for scheduler + list excerpts.
titlestringOptional human label for the post; the list falls back to the first body line when it is blank.
tweet_urlstring

Structured output declared, but exposes no named fields.

No examples provided.

excalibur_delete_coupon ~83

Delete a coupon. Cascades to all patron redemptions. Any chain step referencing the deleted coupon_id becomes a no-op (the constraint returns neutral on unknown ids) — the Studio surfaces orphan references as warnings. RESTRICTED to operator — requires proof.

NameTypeReqDescription
coupon_idstringyes
dpop_tokenstring

Structured output declared, but exposes no named fields.

No examples provided.

excalibur_delete_operator_credential ~228

Remove a single operator secret field. Deletes one key from the operator's encrypted credential blob without touching the others — the field-level counterpart to ``forget_credentials``, which wipes the whole row. Use it to retire a leftover after an SDK cutover (a Prefect key after Modal, or a stored but untemplated orphan like ``anthropic_api_key``) without taking the operator down for a full re-delivery. Stored-but-untemplated fields are first-class: the delete is keyed on what is vaulted, not on what the current template declares. Idempotent — already-absent fields report ``removed: false`` without rewriting the vault. RESTRICTED to the operator — requires proof (nsec-signed kind-27235 or a cached dpop_token phrase); patron proofs are rejected. A deletion is as destructive as a write.

NameTypeReqDescription
dpop_tokenstringyesOperator proof for this tool.
fieldstringyesThe operator credential field to remove (templated or not).

Structured output declared, but exposes no named fields.

No examples provided.

excalibur_delete_patron_credential ~186

Remove a single patron credential field. Deletes one field from stored credentials without affecting other fields. Free. Proof of npub ownership is required — this is a write to the patron's sensitive credential vault.

NameTypeReqDescription
dpop_tokenstringyesRaw JSON of a kind-27235 Nostr event signed by npub — not base64, not NIP-98 'Authorization: Nostr <b64>' framing. Its `u` tag must hold THIS tool's exact name (from tools/list), not the endpoint URL…
fieldstringyesThe credential field name to remove.
npubstringyesThe patron's Nostr public key (npub1...).

Structured output declared, but exposes no named fields.

No examples provided.

excalibur_delete_post ~88

Delete a stored post. Default is a soft delete (``status='archived'``); pass ``hard=True`` to remove the row permanently.

NameTypeReqDescription
dpop_tokenstring
hardboolean
npubstringRequired. Your Nostr public key (npub1...) for credit billing.
post_idstringyes

Structured output declared, but exposes no named fields.

No examples provided.

excalibur_delete_snippet ~64

Delete one of your saved snippets by id. Free and owner-scoped.

NameTypeReqDescription
dpop_tokenstring
npubstringRequired. Your Nostr public key (npub1...).
snippet_idstringyes

Structured output declared, but exposes no named fields.

No examples provided.

excalibur_fetch_dynamic_block ~195

Redeem a ``resolve_dynamic_block`` claim check (free, proof-gated). Poll this with the ``claim_check`` from ``resolve_dynamic_block`` until ``status == "done"`` (the resolved fragment is ``result.text``). While the job runs it returns ``{"status": "running", "poll_after_seconds": N}``; on failure ``{"status": "error", ...}`` (the start fare is refunded); an unknown or aged-out claim returns ``{"status": "expired", ...}``. Owner-scoped — only the npub that started the job can redeem it. Also acts as the watchdog: a stalled job is re-kicked when polled.

NameTypeReqDescription
claim_checkstringyes
dpop_tokenstring
npubstringRequired. Your Nostr public key (npub1...).

Structured output declared, but exposes no named fields.

No examples provided.

excalibur_forget_coupon ~89

Remove a coupon from this patron's redemption list. Cosmetic only — the coupon itself still exists at the operator, and the patron can re-redeem the same code later while the window allows. Free — requires proof of ``npub``.

NameTypeReqDescription
coupon_idstringyes
dpop_tokenstring
npubstringyes

Structured output declared, but exposes no named fields.

No examples provided.

excalibur_forget_credentials ~197

Delete vaulted credentials for a specific service and npub. For operator credentials, pass the operator's own npub. For patron credentials, pass the patron's npub. Always requires proof of npub ownership — a deletion is as destructive as a write.

NameTypeReqDescription
dpop_tokenstringyesRaw JSON of a kind-27235 Nostr event signed by npub — not base64, not NIP-98 'Authorization: Nostr <b64>' framing. Its `u` tag must hold THIS tool's exact name (from tools/list), not the endpoint URL…
npubstringyesThe Nostr public key (npub1...) whose credentials to forget.
servicestringyesThe credential service to forget.

Structured output declared, but exposes no named fields.

No examples provided.

excalibur_get_nostr_profile ~89

Read an npub's public Nostr profile (NIP-01 kind-0 metadata). Free, no proof — the data is already public on relays. Returns the latest metadata fields (name, display_name, about, picture, banner, nip05, website, lud16) or an empty profile if none is published.

NameTypeReqDescription
npubstring

Structured output declared, but exposes no named fields.

No examples provided.

excalibur_get_notarization_proof ~71

Generate a Merkle inclusion proof that a patron's balance was included in a Bitcoin-notarized snapshot.

NameTypeReqDescription
notarization_idstringyesThe notarization record ID.
npubstringyesThe patron's Nostr public key (npub1...).

Structured output declared, but exposes no named fields.

No examples provided.

excalibur_get_operator_onboarding_status ~58

Report this operator's configuration readiness. Shows which operator settings are configured, which are missing, and how to deliver each missing value. For patron-level credential status, use get_patron_onboarding_status instead. Free.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

excalibur_get_patron_credential_fields ~235

List stored patron credential field names (not values). Returns the names of fields stored for a patron, plus each field's ``delivered_at`` ISO-8601 timestamp when known (null for secrets vaulted before timestamps were recorded). Values are never exposed — use this to verify which fields are configured and how old each one is. Free. Proof of npub ownership is required: the list of configured fields is itself sensitive (reveals which integrations a patron has set up).

NameTypeReqDescription
dpop_tokenstringyesRaw JSON of a kind-27235 Nostr event signed by npub — not base64, not NIP-98 'Authorization: Nostr <b64>' framing. Its `u` tag must hold THIS tool's exact name (from tools/list), not the endpoint URL…
npubstringyesThe patron's Nostr public key (npub1...).

Structured output declared, but exposes no named fields.

No examples provided.

excalibur_get_patron_onboarding_status ~139

Report a patron's credential readiness for this operator. For set-once services (eXcalibur, TheBrain), shows which patron secrets are configured and which are missing. For dynamic/OAuth2 services (Schwab), reports that no patron credentials are needed. Free. Proof of npub ownership is required because credential presence is sensitive information about the patron's setup.

NameTypeReqDescription
dpop_tokenstringyesA kind-27235 Nostr event signed by patron_npub for this tool.
patron_npubstringyesThe patron's Nostr public key (npub1...).

Structured output declared, but exposes no named fields.

No examples provided.

excalibur_get_post ~62

Read one stored post by id (owner-scoped).

NameTypeReqDescription
dpop_tokenstring
npubstringRequired. Your Nostr public key (npub1...) for credit billing.
post_idstringyes

Structured output declared, but exposes no named fields.

No examples provided.

excalibur_get_post_metrics ~112

Patron: raw metrics snapshot series for one owned post. Returns the append-only ``post_metrics_snapshot`` rows (impressions, likes, clicks, cadence_key, t_offset, link_placement, snippet_ids) ordered by capture time. Empty when the post has not been harvested yet.

NameTypeReqDescription
dpop_tokenstring
npubstringYour npub (npub1...).
post_idstringyesThe post UUID whose snapshot series to return.

Structured output declared, but exposes no named fields.

No examples provided.

excalibur_get_pricing_model ~52

Get the active pricing model for this operator. Free. If no model exists, self-initializes a scaffold with all registered tools at 0 sats. No economic data from code.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

excalibur_get_scheduler_log ~207

Read recent scheduler-tick outcomes. Each ``process_scheduled_posts`` run — fired by the Cloudflare cron Worker or a manual trigger — records its summary. This surfaces them so the FE debug log can show what the Worker is doing: the per-tick heartbeat (proof it ran) and per-post outcomes (posted / skip+error reasons like ``insufficient_balance`` or ``oauth_token_expired``). Owner-scoped: the operator sees every tick in full; any other proven patron sees the global heartbeat (``processed`` count + ``run_at``) plus only the per-post entries for THEIR OWN posts. Free; npub proof required. Returns ``{runs:[{run_at, summary}], scope}``.

NameTypeReqDescription
dpop_tokenstring
limitintegerHow many recent runs to return (1..100).
npubstringYour npub (npub1...).

Structured output declared, but exposes no named fields.

No examples provided.

excalibur_get_snippet ~95

Read one of your saved snippets by id (full row incl. ``doc`` block document). Free and owner-scoped. Returns ``{"success": true, "snippet": …}`` or ``snippet_not_found``.

NameTypeReqDescription
dpop_tokenstring
npubstringRequired. Your Nostr public key (npub1...).
snippet_idstringyes

Structured output declared, but exposes no named fields.

No examples provided.

excalibur_get_voice ~144

Read your saved writing Voice — a profile blurb plus a list of "banned construction" chips (``{text, on}``) the editor passes to ``refine_post_region``. Owner-scoped; priced by the operator's pricing model (use ``check_price``). When you have not saved a Voice yet this returns an empty one (``{"voice": {"profile": "", "bans": []}}``) so the editor can seed its own defaults, not an error.

NameTypeReqDescription
dpop_tokenstring
npubstringRequired. Your Nostr public key (npub1...).

Structured output declared, but exposes no named fields.

No examples provided.

excalibur_get_x_profile ~127

Fetch the connected X account's handle and name for this patron (free). Uses the patron's vaulted X OAuth token to call X's ``/users/me``. Returns ``{connected: true, username, name, profile_image_url}`` when connected, or the OAuth situation (``connected`` absent) when X isn't linked yet. Used to show the real @handle on the editor's tweet-card preview.

NameTypeReqDescription
dpop_tokenstring
npubstringRequired. Your Nostr public key (npub1...).

Structured output declared, but exposes no named fields.

No examples provided.

excalibur_harvest_metrics ~187

Operator-only: one cadence-aware metrics harvest sweep. Drains due ``metrics_harvest_job`` rows (t+15m … t+28d), fetches X ``non_public_metrics`` / ``organic_metrics`` under each patron's OAuth context, and appends ``post_metrics_snapshot`` rows. A missed cadence is permanent data loss — failed jobs retry up to 5 attempts then land in the dead-letter queue; pass ``requeue_dead_id`` to retry one. Also runs as phase 3 of every ``process_scheduled_posts`` tick.

NameTypeReqDescription
dpop_tokenstring
npubstringThe OPERATOR's npub (npub1...); this tool is operator-only.
requeue_dead_idstringOptional dead-letter job UUID to requeue before the sweep.

Structured output declared, but exposes no named fields.

No examples provided.

excalibur_list_canonical_identities ~251

Return canonical (tool_id, mcp_name, …) for every tool the wheel exposes. The authoritative source for any client (Studio, agents, FE) that needs to know how this MCP identifies its tools. Reconcile uses this output to UUID-join against the stored pricing model — no name-based UUID derivation, no guessing. Includes both ToolIdentity-seeded tools and any UUID recorded by ``@paid_tool`` that is missing from the registry. The latter appear with ``registered: false`` (and in the top-level ``unregistered`` array) so Reconcile can flag deploy drift instead of silently reporting clean when a live tool was never seeded (#174). If the operator renames a function or rebrands a slug, the mcp_name in this output changes but tool_id stays. That's the whole point of the canonical-UUID design. Also diffs the live FastMCP wire surface against the registry. Tools exposed on the wire but absent from the registry appear in ``unregistered`` so Reconcile can flag deploy drift instead of silently under-reporting (issue #175). Free, no side effects.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

excalibur_list_constraint_types ~52

List all available constraint types and their parameter schemas. Returns the type, category, description, and parameter specs for every constraint that can be used in a pricing pipeline. Free — no credits required.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

excalibur_list_coupons ~72

List every coupon this operator has minted (newest first). Each row carries the current ``times_redeemed`` counter — the Studio renders a progress bar from this against ``total_uses``. RESTRICTED to operator — requires proof.

NameTypeReqDescription
dpop_tokenstring

Structured output declared, but exposes no named fields.

No examples provided.

excalibur_list_my_coupons ~90

List the coupons this patron has redeemed on this operator. Returns both active and exhausted redemptions with a per-row ``status`` (``active`` / ``window_closed`` / ``patron_limit`` / ``total_limit``). Free — requires proof of ``npub``.

NameTypeReqDescription
dpop_tokenstring
npubstringyes

Structured output declared, but exposes no named fields.

No examples provided.

excalibur_list_notarizations ~53

List recent Bitcoin notarization records.

NameTypeReqDescription
limitintegerMaximum records to return (default 20).
statusstringOptional filter (e.g., 'submitted', 'confirmed').

Structured output declared, but exposes no named fields.

No examples provided.

excalibur_list_posts ~431

List your stored posts, server-side sorted, filtered, and offset-paginated. Optional ``status`` filter — a single status or a comma-separated set (e.g. ``draft,scheduled``), matched as set membership. ``sort_col`` is one of ``created|updated|status|scheduled`` (default ``created``); ``sort_dir`` is ``asc|desc``. ``search`` is a case-insensitive regular expression matched against the post text. ``date_from``/``date_to`` accept bare ``YYYY-MM-DD`` (UTC-calendar day, end-inclusive) or an ISO instant (patron-local midnight from the FE — exclusive upper bound when instant). Bound the ``date_field`` column, one of ``created|updated|scheduled|sent`` (default ``created``). ``template_id`` filters to the sent occurrences a recurring template fired. ``sent_hour`` (0–23) with ``time_zone`` (IANA) keeps only posts whose ``last_sent_at`` local wall hour in that zone matches — used by the Performance time-of-day chart deep-link. ``page`` is 0-indexed; ``page_size`` is 1..100. Each row carries ``is_recurring``, ``has_dynamic``, and ``template_id`` (set on sent occurrences). Returns ``{posts:[…], total, page, page_size}`` reflecting the filtered set.

NameTypeReqDescription
date_fieldstring
date_fromstring
date_tostring
dpop_tokenstring
npubstringRequired. Your Nostr public key (npub1...) for credit billing.
pageinteger
page_sizeinteger
searchstring
sent_hour
sort_colstring
sort_dirstring
statusstring
template_idstring
time_zonestring

Structured output declared, but exposes no named fields.

No examples provided.

excalibur_list_snippets ~280

List your saved post snippets, server-side sorted, filtered, and offset-paginated. ``sort_col`` is one of ``favorite|created|updated|name`` (default ``favorite``); ``sort_dir`` is ``asc|desc``. ``search`` is a case-insensitive regular expression matched against the snippet name or body. ``date_from``/``date_to`` accept bare ``YYYY-MM-DD`` (UTC-calendar day, end-inclusive) or an ISO instant (patron-local midnight from the FE). Bound the ``date_field`` column, one of ``created|updated`` (default ``created``). ``page`` is 0-indexed; ``page_size`` is 1..200. Free, owner-scoped. Returns ``{snippets:[…], total, page, page_size}`` reflecting the filtered set.

NameTypeReqDescription
date_fieldstring
date_fromstring
date_tostring
dpop_tokenstring
npubstringRequired. Your Nostr public key (npub1...).
pageinteger
page_sizeinteger
searchstring
sort_colstring
sort_dirstring

Structured output declared, but exposes no named fields.

No examples provided.

excalibur_mint_coupon ~153

Create a new operator-owned discount coupon.

NameTypeReqDescription
discount_percentnumberyesPercentage off the base price (0-100).
dpop_tokenstring
namestringyesThe catchy code patrons type to redeem (operator-scoped uniqueness).
total_usesAggregate cap across all patrons (default None = unlimited).
uses_per_patronHow many tool calls one patron can claim the discount on (default 1; pass null/None for unlimited within the window).
valid_fromstringyesISO-8601 datetime when the coupon becomes active.
valid_untilstringyesISO-8601 datetime when the coupon expires.

Structured output declared, but exposes no named fields.

No examples provided.

excalibur_notarize_ledger ~55

Build a Merkle tree of all patron balances and submit the root to Bitcoin via OpenTimestamps. Operator-only background task. Bitcoin confirmation takes 1-6 hours. Free — no credits required.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

excalibur_oracle_about ~23

Describe the DPYC ecosystem via the Oracle. Free.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

excalibur_oracle_get_tax_rate ~25

Get the current DPYC certification tax rate. Free.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

excalibur_oracle_how_to_join ~26

Get DPYC onboarding instructions from the Oracle. Free.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

excalibur_oracle_lookup_member ~34

Look up a DPYC community member by npub. Free.

NameTypeReqDescription
npubstringyes

Structured output declared, but exposes no named fields.

No examples provided.

excalibur_oracle_network_advisory ~26

Get active network advisories from the Oracle. Free.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

excalibur_post_nostr_message ~306

Publish a public Nostr note (kind 1) authored by your proven npub. eXcalibur cannot sign a note *as* you — a Nostr event must be signed by the key it claims to come from, and eXcalibur never holds your nsec. So for this one note it mints a fresh, ephemeral "scribe" keypair, signs with it, and ``p``-tags YOUR npub as the author. The p-tag renders the note as a real mention and places it in your own Nostr mentions, so you can see — and disown — anything published in your name. The author is always your **proven** npub from this session (the same npub you pass for billing); it is never a free-form argument, so no caller can scribe as anyone else. The note publishes to the DPYC relay set. The call **succeeds if at least one** relay accepts it; the response lists every relay's accept/reject and the accepted/attempted counts so you can see the note's real reach — a one-relay publish never reads as a clean broadcast.

NameTypeReqDescription
dpop_tokenstring
messagestringyesThe note text to publish.
npubstringRequired. Your PROVEN Nostr public key (npub1...). You are recorded as the note's author.

Structured output declared, but exposes no named fields.

No examples provided.

excalibur_post_performance ~116

Patron: derived reach scores across your harvested post corpus. Computes escape velocity (t+15m vs rolling median), breakout ratio (final reach ÷ rolling-median final reach; suppressed below 5 posts), link-placement cohort medians, and snippet/voice attribution from the durable snapshot store — signals that come from owning the curve, not proxying a single X endpoint.

NameTypeReqDescription
dpop_tokenstring
npubstringYour npub (npub1...).

Structured output declared, but exposes no named fields.

No examples provided.

excalibur_post_performance_infographic ~85

Patron: SVG infographic of post performance (gold-steel theme). Mirrors ``account_statement_infographic`` — a dark-themed SVG of corpus size, median t+15m impressions, top posts, and link-placement cohorts.

NameTypeReqDescription
dpop_tokenstring
npubstringYour npub (npub1...).

Structured output declared, but exposes no named fields.

No examples provided.

excalibur_post_tweet ~132

Post a text tweet with markdown formatting converted to Unicode rich text. Accepts standard markdown inline formatting and converts it to Unicode Mathematical Alphanumeric Symbols that render as styled text on X: **bold** -> bold *italic* -> italic ***bold italic*** -> bold italic `monospace` -> monospace

NameTypeReqDescription
dpop_tokenstring
npubstringRequired. Your Nostr public key (npub1...) for credit billing.
textstringyesTweet content with optional markdown formatting.

Structured output declared, but exposes no named fields.

No examples provided.

Common questions

What is the io.github.lonniev/excalibur-mcp server?

io.github.lonniev/excalibur-mcp is listed in the public MCP registry as io.github.lonniev/excalibur-mcp. FastMCP server for posting formatted content to X (Twitter), Tollbooth-monetized, DPYC-native. This page covers its hosted endpoint (https://excalibur-mcp.fastmcp.app/mcp).

Is the io.github.lonniev/excalibur-mcp server safe to use?

io.github.lonniev/excalibur-mcp scores 74 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.lonniev/excalibur-mcp server expose?

io.github.lonniev/excalibur-mcp exposes 79 tools: excalibur_check_balance, excalibur_purchase_credits, excalibur_check_payment, excalibur_restore_credits, excalibur_account_statement, and 74 more. Their descriptions and schemas cost roughly 13,432 tokens of context every time the server is loaded.

Does the io.github.lonniev/excalibur-mcp server require authentication?

No. We connected to io.github.lonniev/excalibur-mcp without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the io.github.lonniev/excalibur-mcp server still maintained?

io.github.lonniev/excalibur-mcp is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.