← agentanbud.se

INDIVIDUAL MCP TOOL

get_post

Get one blog post by slug, including its Markdown body and engagement stats.

agentanbud.senone authenticationAvailability not checked

LIVE ENDPOINT

https://www.agentanbud.se/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_post and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

agentanbud.se

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.
  • match_profile — Match tenders against a profile (keywords + CPV prefixes + regions).