Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PRYSM_OUTPUT_DIR | No | Custom output directory for saving formatted results. Default is ~/prysm-mcp/output/ |
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 |
|---|---|
| scrapeFocused | Fast web scraping optimized for speed (fewer scrolls, main content only) |
| scrapeBalanced | Balanced web scraping approach with good coverage and reasonable speed |
| scrapeDeep | Maximum extraction web scraping (slower but thorough) |
| formatResult | Format scraped data into different structured formats (markdown, HTML, JSON) |