Help us improve
Share bugs, ideas, or general feedback.
From ntfy-mcp-server
API reference for built-in service providers (LLM, Speech, Graph). Look up service interfaces, provider capabilities, and integration patterns.
npx claudepluginhub cyanheads/cyanheads --plugin ntfy-mcp-serverHow this skill is triggered — by the user, by Claude, or both
Slash command
/ntfy-mcp-server:api-servicesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Service interfaces are deferred from core's public exports — they remain in downstream servers until shared by 2+ servers. These are documented here for core contributors and servers that use the built-in providers.
API reference for built-in service providers (LLM, Speech, Graph). Use when looking up service interfaces, provider capabilities, or integration patterns.
Routes LLM requests to OpenAI, Grok/xAI, Groq, DeepSeek, or OpenRouter using SwiftOpenAI-CLI agent mode with auto-setup and API key checks.
Builds Amazon Alexa voice skills with Claude as AI brain (Auri project), integrating AWS Lambda, DynamoDB, Polly, Transcribe, Lex, and Smart Home APIs.
Share bugs, ideas, or general feedback.
Service interfaces are deferred from core's public exports — they remain in downstream servers until shared by 2+ servers. These are documented here for core contributors and servers that use the built-in providers.
All services follow the init/accessor pattern: initialized in setup(), accessed at request time via lazy accessor. See the add-service skill for the full pattern.
| Reference | Path | Description |
|---|---|---|
| LLM | references/llm.md | OpenRouter-based LLM provider (ILlmProvider, streaming, config) |
| Speech | references/speech.md | TTS/STT providers (SpeechService, ElevenLabs, Whisper) |
| Graph | references/graph.md | Relationship graph operations (IGraphProvider, traversal, pathfinding) |