Salaxy Anonymous API
@qrtl-packages/salaxy-anon (0.2.2)
Provides methods from the Salaxy API that are available anonymously.
To connect Claude or ChatGPT to the API, use the MCP service at
https://mcp-anon.salaxy.com/mcp
For Open API, see the docs for the currently available methods or swagger to test the API.
- Homepage↗️
- Repository↗️
- API:
https://mcp-anon.salaxy.com/api
- MCP:
https://mcp-anon.salaxy.com/mcp
- Open API↗️: Open API 3.0 specification of the API.
- Functions↗️: JSON list of all functions in the API.
- Types↗️: JSON list of all types in the API.
- README↗️: The README.md file of the package.
- Documentation: Detailed documentation of the API.
- Swagger: Interactive API documentation with test UI.
- MCP: Read-only list of MCP tools, resources, prompts and apps.
- MCP catalog↗️: JSON catalog for MCP documentation.
Salaxy anonymous testing
Provides methods from the Salaxy API that are available anonymously.
Useful fortesting and development purposes for row types (palkkalajit), imports, TES logic and general agent skills
development.
Developer use
To develop the MCP Apps (the UI for MCP Tools)
- Run
deno task dev for the server
- Changes to server-side Deno code are applied immediately
- Run
deno task watch:vue for the Vue UI application in watch mode
- Run this in a separate terminal
- If you choose not to run this, run
deno task build:vue to build the changes in vue app to vue/dist.
Before commit / deployment:
- run
deno task build:vue if there are any changes on vue side.
- run
deno task check in the monorepo root
TODO-list
- Decide: Should we use English or Finnish in documenting the methods and types?
- Choose one and stick to it in code
- Consider having logic for language versioning?
- Reports: Go through all report types
- Report types and simple report generation to HTML util should be added to @salaxy/reports
- See if we could support "accountingReport"