We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AI-Riksarkivet/ra-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
README.md•525 B
# ra-mcp-search
Search domain package for Riksarkivet transcribed documents.
## Components
- **models.py**: Pydantic models (`SearchRecord`, `RecordsResponse`, `SearchResult`)
- **clients/search_client.py**: `SearchAPI` client for the Riksarkivet records API
- **operations/search_operations.py**: Search business logic
- **config.py**: API URL and default constants
## Dependencies
- `ra-mcp-common`: Shared HTTP client
## Part of ra-mcp
Used by `ra-mcp-search-mcp` (MCP tools) and `ra-mcp-search-cli` (CLI command).