Data Collection
agentanbud.se
Provides search and retrieval of Swedish public procurement tender data.
ENDPOINT 1
https://www.agentanbud.se/mcp
MCP server metadata
- Name
- agentanbud
- Version
- 0.2.0
Known tools 16
get_tenderGet full details of one tender by id, including description, CPV codes, and the link to the original notice.
Inferred read-onlyget_statsGet overview: total tenders, open count, per-source breakdown, last sync.
Inferred read-onlysearch_knowledgeSearch the knowledge base — sustainability criteria + Q&A from Upphandlingsmyndigheten.
Inferred read-onlyget_winner_historyWho tends to WIN contracts in a given area — market intelligence from TED award notices.
Inferred read-onlysimilar_tendersFind tenders similar to a given one — same CPV categories and/or same buyer.
Inferred read-onlydeadline_calendarUpcoming tender deadlines within N days, soonest first — for planning what to bid on.
Inferred read-onlylist_postsList published blog posts about Swedish public procurement (newest first).
Inferred read-onlyget_postGet one blog post by slug, including its Markdown body and engagement stats.
Potential side effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for agentanbud.se was fetched 2026-08-24T05:24:05.476Z.
agentanbud.se is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.