billforward-mcp
by GregoriSoria
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BILLFORWARD_TIMEOUT | No | Fallback timeout in milliseconds before failing a stuck Axios request. | 15000 |
| BILLFORWARD_READ_ONLY | No | When true, POST/PUT actions return instructional error messages preventing data mutation. | true |
| BILLFORWARD_ENVIRONMENT | No | Sets the target API. Change to 'production' when ready. | sandbox |
| BILLFORWARD_MAX_RESULTS | No | The hard limit cap on how many records the LLM can ask for per tool call. | 200 |
| BILLFORWARD_SANDBOX_URL | No | Base URL used when environment is sandbox. | https://app-sandbox.billforward.net/v1/ |
| BILLFORWARD_ACCESS_TOKEN | Yes | Your Billforward API access token. | |
| BILLFORWARD_PRODUCTION_URL | No | Base URL used when environment is production. | https://app.billforward.net/v1/ |
| BILLFORWARD_DEFAULT_RESULTS | No | The default number of results parsed per paginated tool response. | 10 |
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/GregoriSoria/billforward-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server