Footics MCP
Officialby Footics
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_ENABLED | No | Enable the MCP endpoint. Set to false to disable the server completely. | true |
| MCP_REQUIRE_AUTH | No | Require a valid bearer token for all requests. | true |
| MCP_TOKEN_VERIFY | No | Token verification method: 'getuser' (robust) or 'jwks' (local, asymmetric). | getuser |
| MCP_ENABLE_WRITES | No | Allow write operations like submit_prediction. | false |
| MCP_RATE_LIMIT_PER_MIN | No | Rate limit for tool calls per minute per user. Set to 0 to disable. | 30 |
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/Footics/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server