---
mode: agent
authentication: anonymous_or_api_key
auth: /auth.md
pricing: /pricing.md
rate_limits: response_headers
sandbox: anonymous_public_preview
openapi: /openapi.json
mcp: /mcp
a2a: /api/a2a
pricing: /pricing.md
capabilities: [tender_search, source_status, country_coverage, explainable_matching]
---

# Ausschreibungsagenten.de

Find current public procurement notices from 17 connected sources across Germany, the EU and the United Kingdom.

## Authentication

Public preview search is anonymous. Higher limits and protected tools use HTTP Bearer authentication:
send `Authorization: Bearer <key>`. Keys start with sk_ and are documented in /auth.md.

## Capabilities

- Search tenders by keyword, CPV code, country, score, value and deadline.
- Inspect source freshness and indexed country coverage.
- Return explainable match reasons and the original notice URL.
- Query through REST, A2A JSON-RPC or MCP Streamable HTTP.

## Machine endpoints

- OpenAPI: /openapi.json
- Public search: /api/tenders-public
- Source status: /api/source-status
- Countries: /api/countries
- MCP: /mcp
- A2A Agent Card: /.well-known/agent-card.json
- Developer docs: /entwickler
- API catalog: /.well-known/api-catalog

## Rate limits

Anonymous and authenticated limits are published in response headers and documented on /entwickler.

## Error handling

REST errors are JSON with a machine-readable code, human-readable message and resolution hint. A2A and MCP use JSON-RPC errors.

## Safety

The linked original procurement notice is authoritative. This service does not submit bids or provide legal advice.
