M
Meistron
/angebote_suchen
Angebote suchen
Listet Angebote mit Nummer, Kunde, Betrag und Status. Zeigt auch, welche bereits in eine Rechnung umgewandelt wurden — und welche offen liegen.
liveunknown~5s typical
mcpmeistron
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-app-meistron-meistron /angebote_suchen for me.
Input
| Field | Type | Description |
|---|---|---|
| nur_offen | boolean | Nur noch nicht umgewandelte Angebote. |
| von | string | Frühestes Datum, JJJJ-MM-TT. |
| bis | string | Spätestes Datum, JJJJ-MM-TT. |
| anzahl | number | Höchstens so viele (Vorgabe 25, Grenze 100). |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-app-meistron-meistron","endpoint":"/angebote_suchen","input":{}}'cli
npx cracked-ai run -p mcp-app-meistron-meistron -e /angebote_suchen -i '{}'mcp
run_tool({ provider: "mcp-app-meistron-meistron", endpoint: "/angebote_suchen", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.