Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| fetch | Perform HTTP requests with full control over method, headers, body, and other fetch options |
| get-rules | Get use cases and best practices for using the tools in this MCP server |
| graphql | Execute GraphQL queries and mutations with support for variables and custom headers |
| puppeteer | Control browsers and pages with Puppeteer - launch/close browsers, open/close pages, execute JavaScript, take screenshots, and more |
| socket | Manage WebSocket connections - connect, send, receive messages, list connections, and close |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |