Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | Host address for HTTP transport mode | 127.0.0.1 |
| MCP_PORT | No | Port number for HTTP transport mode | 8000 |
| MCP_TRANSPORT | No | Transport protocol for MCP server (stdio or http) | stdio |
| OPENAI_API_KEY | No | OpenAI API key for LLM-based extraction features | |
| ANTHROPIC_API_KEY | No | Anthropic API key for LLM-based extraction features | |
| FASTMCP_LOG_LEVEL | No | Logging level for FastMCP server (e.g., DEBUG, INFO, WARNING, ERROR) | INFO |
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 | |