Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add instructions/sharmaz/phoenixd-mcp-server/agents-mdgit clone --depth 1 https://github.com/Sharmaz/phoenixd-mcp-serverWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/instructions/sharmaz/phoenixd-mcp-server/agents-md)<a href="https://agentmods.dev/instructions/sharmaz/phoenixd-mcp-server/agents-md"><img src="https://agentmods.dev/badge/instructions/sharmaz/phoenixd-mcp-server/agents-md.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00719 | $0.00719 |
| Opus 5 | $0.00360 | $0.00360 |
| Sonnet 5 | $0.00144 | $0.00144 |
| Haiku 4.5 | $0.00072 | $0.00072 |
Grade A, and why
phoenixd-mcp-server AGENTS.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 74 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
This file describes the phoenixd-mcp-server project for AI agents and automated tools.
What this project is
An MCP (Model Context Protocol) server that connects a phoenixd Bitcoin Lightning node to LLMs and AI agents. It exposes Lightning and on-chain Bitcoin payment capabilities as MCP tools that any compatible AI agent can call.
What AI agents can do with this server
- Create and pay BOLT11 invoices (Lightning)
- Create and pay BOLT12 offers (Lightning)
- Pay Lightning Addresses ([email protected])
- Send on-chain Bitcoin payments
- Query wallet balance, node info, and channel state
- List and retrieve incoming/outgoing payment history
- Decode invoices and offers
How to run it
Requires a running phoenixd node. Then:
npx -y phoenixd-mcp-server
Environment variables:
HTTP_PASSWORD(required) — phoenixd HTTP API passwordHTTP_HOST(default:127.0.0.1)HTTP_PORT(default:9740)HTTP_PROTOCOL(default:http)
Tool reference
| Tool | Description | Required params |
|---|---|---|
create-invoice |
Create a BOLT11 invoice | description |
create-offer |
Create a BOLT12 offer | description |
pay-invoice |
Pay a BOLT11 invoice | invoice |
pay-offer |
Pay a BOLT12 offer | offer, amountMsat |
pay-lightning-address |
Pay a Lightning Address | address, amountSat |
pay-on-chain |
Send on-chain Bitcoin | address, amountSat |
bump-fee |
Bump fee on pending tx | txId, feerateSatByte |
list-incoming-payments |
List received payments | — |
get-incoming-payment |
Get incoming payment by hash | paymentHash |
list-outgoing-payments |
List sent payments | — |
get-outgoing-payment |
Get outgoing payment by hash | paymentHash |
get-node-info |
Get node ID, alias, version | — |
get-balance |
Get Lightning + on-chain balance | — |
list-channels |
List Lightning channels | — |
close-channel |
Close a channel | channelId, address, feerateSatByte |
decode-invoice |
Decode a BOLT11 invoice | invoice |
decode-offer |
Decode a BOLT12 offer | offer |
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 4d ago First seen · 74 lines · 719 tokens per session scan A 9bcbfc5f4006
phoenixd-mcp-server AGENTS.md is an instructions file published in the GitHub repository Sharmaz/phoenixd-mcp-server (1 stars, last pushed 5mo ago), licensed MIT. It adds 719 tokens to every session, about $0.0036 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other instructions, from other repositories
gmgn-skills CLAUDE.md
Claude Code instructions for GMGNAI/gmgn-skills, covering claude.md, critical rule — read this first, project overview, available skills and quick decision guide.
mercato-dapp AGENTS.md
Instructions for mercato-supply-chain/mercato-dapp, covering mercato — agent guide, quick facts, documentation map, domain glossary and user roles.
x402-stellar-kit AGENTS.md
AGENTS.md instructions for CodeStrux/x402-stellar-kit, covering working with x402-stellar-kit, the one invariant, production seams, bootstrapping accounts across a custody boundary and add x402 to an existing api.
coingecko-mcp-server CLAUDE.md
Claude Code instructions for cyanheads/coingecko-mcp-server, covering developer protocol, what's next?, core rules, patterns and tool.
gensyn-delphi-skills CLAUDE.md
Instructions for gensyn-ai/gensyn-delphi-skills, a project described as: Skills for agents to view markets and place trades on Gensyn's Delphi prediction markets.
x402-stellar-kit CLAUDE.md
Claude Code instructions for CodeStrux/x402-stellar-kit, a project described as: x402 payment primitives for Stellar: intent binding, a deterministic policy engine, a pluggable approver, and an agent surface. Apache-2.0.