mcp-abacus
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| infoA | Report mcp-abacus server availability, version, and environment information. |
| helpA | Return mcp-abacus reference text for one section, to drive the evaluator. Sections: 'types' (the numeric types this build supports), 'language' (the expression grammar — operators, precedence, literal forms), 'functions' (the callable functions and their argument counts), and 'solver' (the solver tool — solving / optimising one variable over a bracket). An unknown section returns the list of valid section names instead of erroring. |
| calculateA | Evaluate an expression (or short program) in one numeric type; return value + precision.
|
| analyzeA | Evaluate an expression and return its AST as an indented tree of sub-results. Same arguments and evaluation as
— the On success |
| solverA | Find the value(s) of one or more variables that drive an expression to a root or extremum.
There are two input forms for the unknowns:
The search is bounded by a hard 2-second time limit. If it has not converged by then it stops and reports the best value reached so far (a find-root that has not got close enough to zero in that time is reported as no-solution, naming the limit). Returns a dict: |
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/laszlopere/mcp-abacus'
If you have feedback or need assistance with the MCP directory API, please join our Discord server