INDIVIDUAL MCP TOOL
get_tender
Fetch one tender by its id (as returned by the search tools), optionally with a cached AI summary.
LIVE ENDPOINT
https://api.tender-agents.com/mcp
Connect to this endpoint to inspect the live schema for get_tender and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
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.ausschreibungsagenten]
url = "https://api.tender-agents.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ausschreibungsagenten": {
"type": "http",
"url": "https://api.tender-agents.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ausschreibungsagenten
Remote MCP URL: https://api.tender-agents.com/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.tender-agents.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ausschreibungsagenten": {
"type": "http",
"url": "https://api.tender-agents.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ausschreibungsagenten",
"transport": "streamable-http",
"url": "https://api.tender-agents.com/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.summarize_tender— Return the AI summary (title + max two sentences) of a tender in English or German.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.