Swedish Financial Regulation MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| se_fin_search_regulationsA | Full-text search across Swedish financial regulation provisions. Returns matching Finansinspektionen FFFS foreskrifter, promemorior on operational resilience, and tillsynsrapporter. |
| se_fin_get_regulationA | Get a specific Swedish financial regulation provision by sourcebook and reference. Accepts references like 'FFFS 2014:1 kap.2 para.1' or 'FFFS 2014:5 kap.4 para.3'. |
| se_fin_list_sourcebooksA | List all Swedish financial regulation sourcebooks with their names and descriptions. Covers Finansinspektionen FFFS, promemorior, and tillsynsrapporter. |
| se_fin_search_enforcementB | Search Finansinspektionen enforcement actions — ingripanden, sanktionsavgifter, and anmarkningar. Returns matching enforcement decisions. |
| se_fin_check_currencyA | Check whether a specific Swedish financial regulation provision reference is currently in force. Returns status and effective date. |
| se_fin_aboutA | Return metadata about this MCP server: version, data source, tool list. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
Each tool has a clearly distinct purpose: metadata, check currency, get regulation, list sourcebooks, search enforcement, and search regulations. No overlap in functionality.
All tools follow a consistent 'se_fin_verb_noun' pattern (e.g., se_fin_check_currency, se_fin_list_sourcebooks), making naming predictable and clear.
With 6 tools, the server is well-scoped for its domain of Swedish financial regulation, covering key operations without being too sparse or bloated.
The tool set covers the full lifecycle of querying regulations: metadata, checking validity, retrieval, listing sourcebooks, enforcement search, and full-text search. No obvious gaps.