Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| STRIPFEED_API_KEY | Yes | Your StripFeed API key. Sign up at stripfeed.dev to obtain one. Keys typically start with sf_live_. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| fetch_url | Convert any URL to clean, token-efficient Markdown. Strips ads, navigation, scripts, and noise. Returns clean content ready for LLM consumption. |
| batch_fetch | Fetch multiple URLs in parallel and convert them all to clean Markdown. Process up to 10 URLs in a single call. |
| check_usage | Check your current monthly API usage and plan limits. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |