
LN Church Agent MCP
Let your coding agent probe HTTP 402 and agent-commerce endpoints read-only before you wire real Lightning or paid API flows.
Overview
LN Church Agent MCP is a MCP server for the Validate phase that lets agents inspect HTTP 402 and agent-commerce surfaces without executing payments.
What is this MCP server?
- Inspect-only MCP: no payment execution, safe for CI and local agent experiments
- Surfaces HTTP 402 and agent-commerce APIs for discovery and schema checks
- PyPI package ln-church-agent v1.9.7 with stdio transport
- Fits agent builders validating machine-to-machine commerce without wallet keys in the loop
- Server version 1.9.7
- Single PyPI package with stdio transport
- Explicit inspect-only scope (no payment execution)
What problem does it solve?
You need to test how agents react to paywalled APIs without accidentally spending or signing real transactions during iteration.
Who is it for?
Indie agent developers validating micropayment or 402-gated APIs with Claude Code or Cursor on a laptop.
Skip if: Teams that need production payment execution, custody, or PCI-style card processing inside MCP.
What do I get? / Deliverables
After install, your agent can enumerate and probe commerce endpoints safely, so pricing and 402 behavior are documented before you enable live payments.
- Documented 402 and commerce endpoint behavior from agent-driven inspection
- Safer pre-launch checklist for agent payment UX without live transactions
Recommended MCP Servers
Journey fit
Commerce and paywall behavior belongs on the validate shelf where you prove pricing and agent-payment surfaces without risking funds. Pricing subphase covers pay-per-use, 402 responses, and whether agents can discover what costs money before launch.
How it compares
Inspect-only commerce MCP, not a payment gateway skill or wallet integration.
Common Questions / FAQ
Who is LN Church Agent MCP for?
Solo and indie builders creating AI agents that must understand paid APIs, HTTP 402, or agent-commerce protocols before going live.
When should I use LN Church Agent MCP?
Use it during validate and early ship when you want read-only discovery of paywall and commerce endpoints without moving funds.
How do I add LN Church Agent MCP to my agent?
Install the PyPI package ln-church-agent, add an MCP stdio server entry pointing at that binary, and restart Claude Code, Cursor, or your MCP-capable client.