Data Collection
ausschreibungsagenten.de
Searches and retrieves public tender notices from procurement sources, with AI summaries and source status tracking.
ENDPOINT 1
https://api.ausschreibungsagenten.de/mcp
MCP server metadata
- Name
- ausschreibungsagenten
- Version
- 1.0.2
Known tools 6
get_tenderFetch one tender by its id (as returned by the search tools), optionally with a cached AI summary.
Inferred read-onlysummarize_tenderReturn the AI summary (title + max two sentences) of a tender in English or German.
Inferred read-onlysource_statusLive status of connected procurement sources: implementation status, last successful poll and stored notice count.
Inferred read-onlycountriesStored notice count per buyer country (ISO alpha-3) across the whole index.
Inferred read-onlyfulltext_searchFull-text search over stored tender titles, descriptions, and buyers.
Inferred read-onlyCONNECT 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.
ENDPOINT 2
https://api.tender-agents.com/mcp
MCP server metadata
- Name
- ausschreibungsagenten
- Version
- 1.0.2
Known tools 6
get_tenderFetch one tender by its id (as returned by the search tools), optionally with a cached AI summary.
Inferred read-onlysummarize_tenderReturn the AI summary (title + max two sentences) of a tender in English or German.
Inferred read-onlysource_statusLive status of connected procurement sources: implementation status, last successful poll and stored notice count.
Inferred read-onlycountriesStored notice count per buyer country (ISO alpha-3) across the whole index.
Inferred read-onlyfulltext_searchFull-text search over stored tender titles, descriptions, and buyers.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.