← antragio.com

INDIVIDUAL MCP TOOL

list_categories

Listet alle Förderkategorien mit deutschem Label und der Anzahl der hinterlegten Programme.

antragio.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://antragio.com/api/mcp

No auth detected

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

antragio.com

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • search_programs — Durchsucht die Förderdatenbank von Antragio nach Programmen von Bund, Land, EU und Kommunen.
  • get_program — Liefert den vollständigen Datensatz zu einem Förderprogramm inklusive Voraussetzungen, Frist, Kombinierbarkeit, Quelle und Stand der letzten Prüfung.
  • match_programs — Bewertet die gesamte Datenbank gegen eine konkrete Situation und gibt die besten Treffer mit Score, Begründungen, Warnungen und Checkliste zurück.
  • list_regions — Listet die 16 Bundesländer mit Landescode, Name und der Anzahl der Landesprogramme, dazu die Anzahl der bundesweit geltenden Programme.
  • explain_term — Schlaegt einen Begriff im Förderlexikon nach und gibt Kurzdefinition, ausführliche Erklärung, verwandte Begriffe und die amtlichen Quellen zurück.