← agentanbud.se
INDIVIDUAL MCP TOOL
match_profile
Match tenders against a profile (keywords + CPV prefixes + regions).
LIVE ENDPOINT
https://www.agentanbud.se/mcp
Connect to this endpoint to inspect the live schema for match_profile and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.agentanbud]
url = "https://www.agentanbud.se/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agentanbud": {
"type": "http",
"url": "https://www.agentanbud.se/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agentanbud
Remote MCP URL: https://www.agentanbud.se/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"agentanbud": {
"url": "https://www.agentanbud.se/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agentanbud": {
"type": "http",
"url": "https://www.agentanbud.se/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agentanbud",
"transport": "streamable-http",
"url": "https://www.agentanbud.se/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_tenders— Search Swedish public procurement tenders.get_tender— Get full details of one tender by id, including description, CPV codes, and the link to the original notice.get_stats— Get overview: total tenders, open count, per-source breakdown, last sync.list_providers— List data sources with status and paywall info.list_regions— List Swedish regions (län) with tender counts.list_cpv_top— Top CPV codes with counts.get_authority— All tenders from one specific buyer.search_knowledge— Search the knowledge base — sustainability criteria + Q&A from Upphandlingsmyndigheten.