Legal
Data source: Bolagsverket (Swedish Companies Registration Office)
MCP Protocol
Endpoint
https://context.gnist.ai/mcp/bolagsverket-arsredovisning/
claude_desktop_config.json
{
"mcpServers": {
"gnist-bolagsverket-arsredovisning": {
"url": "https://context.gnist.ai/mcp/bolagsverket-arsredovisning/",
"headers": {
"Gnist-API-Key": "YOUR_API_KEY"
}
}
}
}
Shell
curl -X POST "https://context.gnist.ai/mcp/bolagsverket-arsredovisning/" \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-H "Gnist-API-Key: YOUR_API_KEY" \
-d '{"jsonrpc": "2.0", "method": "tools/call", "id": 1, "params": {"name": "list_bolagsverket_annual_reports", "arguments": {"org_number": "example"}}}'
REST API
API Root
https://context.gnist.ai/rest/bolagsverket-arsredovisning/
3 endpoints available:
GET /rest/bolagsverket-arsredovisning/list_bolagsverket_annual_reportsGET /rest/bolagsverket-arsredovisning/get_bolagsverket_annual_report_infoGET /rest/bolagsverket-arsredovisning/report_feedback
Shell
curl "https://context.gnist.ai/rest/bolagsverket-arsredovisning/list_bolagsverket_annual_reports?org_number=example" \ -H "Gnist-API-Key: YOUR_API_KEY"
Python
import httpx
resp = httpx.get(
"https://context.gnist.ai/rest/bolagsverket-arsredovisning/list_bolagsverket_annual_reports",
headers={"Gnist-API-Key": "YOUR_API_KEY"},
params={
"org_number": "example"
},
)
print(resp.json())
Command Line
Command
gc bolagsverket-arsredovisning
CLI documentation will be available when the GnistAI SDK is published.
Install
pip install gnistai
Available Tools (3)
list_bolagsverket_annual_reportsList annual reports (årsredovisningar) filed with Bolagsverket for a Swedish company.
| Parameter | Type | Required | Description |
|---|---|---|---|
org_number | string | required | Swedish organisation number — 10 digits, with or without hyphen (e.g. "5564866993", "556486-6993"). |
get_bolagsverket_annual_report_infoGet download information for a specific Bolagsverket annual report.
| Parameter | Type | Required | Description |
|---|---|---|---|
document_id | string | required | Document ID from the list_bolagsverket_annual_reports result. |
report_feedbackReport a bug, feature request, or general feedback for this data source.
| Parameter | Type | Required | Description |
|---|---|---|---|
feedback | string | required | |
feedback_type | string | optional | (default: "general") |