mcp-phish
by pete-builds
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | Bind address. | 0.0.0.0 |
| MCP_PORT | No | Listen port. | 3705 |
| LOG_LEVEL | No | One of DEBUG, INFO, WARNING, ERROR, CRITICAL. | INFO |
| STUB_MODE | No | When 'false', real-mode credentials are required. | true |
| LOG_FORMAT | No | json for production, text for local dev. | json |
| CACHE_DB_PATH | No | aiosqlite file path. | /data/phish-cache.db |
| PHISHIN_API_KEY | No | Optional; raises rate caps. | |
| PHISHIN_BASE_URL | No | Override for testing. | https://phish.in/api/v2 |
| PHISHNET_API_KEY | No | Required if STUB_MODE is false. | |
| CACHE_TTL_SECONDS | No | 24h default. | 86400 |
| PHISHNET_BASE_URL | No | Override for testing. | https://api.phish.net/v5 |
| THROTTLE_PHISHIN_RPS | No | Per-second steady rate. | 10.0 |
| THROTTLE_PHISHNET_RPS | No | Per-second steady rate. | 5.0 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pete-builds/mcp-phish'
If you have feedback or need assistance with the MCP directory API, please join our Discord server