Install
openclaw skills install mcp-llm-inferenceAnonymous LLM inference via L402 micropayments — chat completions, text generation, and model discovery. No API key, no signup, no KYC. Pay per request in sats. Use when agents need LLM access without accounts or identity.
openclaw skills install mcp-llm-inferenceAnonymous LLM inference — pay per request with Lightning sats. No API key, no signup.
{
"mcpServers": {
"llm-inference": {
"command": "npx",
"args": ["-y", "@vbotholemu/mcp-llm-inference"],
"env": {
"L402_API_BASE_URL": "https://api.nautdev.com"
}
}
}
}
chat_completionMulti-turn chat with message history.
generate_textSingle-prompt text generation.
list_modelsDiscover available models and pricing.
Powered by L402 micropayments over Lightning Network. Each request returns a Lightning invoice — pay it, get your response. ~10 sats per request.