← ausschreibungsagenten.de

INDIVIDUAL MCP TOOL

summarize_tender

Return the AI summary (title + max two sentences) of a tender in English or German.

ausschreibungsagenten.denone authenticationAvailability not checked

LIVE ENDPOINT

https://api.ausschreibungsagenten.de/mcp

No auth detected

Connect to this endpoint to inspect the live schema for summarize_tender 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

ausschreibungsagenten.de

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.ausschreibungsagenten]
url = "https://api.ausschreibungsagenten.de/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ausschreibungsagenten": {
      "type": "http",
      "url": "https://api.ausschreibungsagenten.de/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ausschreibungsagenten
Remote MCP URL: https://api.ausschreibungsagenten.de/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": {
    "ausschreibungsagenten": {
      "url": "https://api.ausschreibungsagenten.de/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "ausschreibungsagenten": {
      "type": "http",
      "url": "https://api.ausschreibungsagenten.de/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "ausschreibungsagenten",
  "transport": "streamable-http",
  "url": "https://api.ausschreibungsagenten.de/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_tenders — Search live public tender previews.
  • get_tender — Fetch one tender by its id (as returned by the search tools), optionally with a cached AI summary.
  • source_status — Live status of connected procurement sources: implementation status, last successful poll and stored notice count.
  • countries — Stored notice count per buyer country (ISO alpha-3) across the whole index.
  • fulltext_search — Full-text search over stored tender titles, descriptions, and buyers.