Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
ENABLE_AUTH | No | Enable or disable API key authentication. Set to 'true' for secure access; 'false' for testing or private networks. | false |
FIN_MCP_KEY | No | Your self-generated secret key for authentication (only used if ENABLE_AUTH=true) | |
STRIPE_SECRET | No | Stripe API secret key for payment operations (required for Stripe provider) |
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 |
---|---|
No tools |