Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
fetch_url | Fetch content from a URL and return it as text. This tool allows Claude to retrieve content from any accessible web URL.
The content is returned as text, making it suitable for HTML, plain text,
and other text-based content types. |
fetch_image | Fetch an image from a URL and return it as an image. This tool allows Claude to retrieve images from any accessible web URL.
The image is returned in a format that Claude can display. |
fetch_json | Fetch JSON from a URL, parse it, and return it formatted. This tool allows Claude to retrieve and parse JSON data from any accessible web URL.
The JSON is prettified for better readability. |