A
AITWIRE
/aitwire_entity_feeds
aitwire entity feeds
Page an entity's structured feeds on AITWIRE — products, services, articles or locations (tenant_id comes from aitwire_entity_lookup).
liveverifiedunknown~5s typical
mcpprobedaitwire
$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-com-aitwire-authority /aitwire_entity_feeds for me.
Input
| Field | Type | Description |
|---|---|---|
| tenant_id* | string | AITWIRE tenant ID (from lookup) |
| feed_type* | string (products | services | articles | locations) | |
| limit | number | Max items (default 10) |
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-com-aitwire-authority","endpoint":"/aitwire_entity_feeds","input":{"tenant_id":"...","feed_type":"products"}}'cli
npx cracked-ai run -p mcp-com-aitwire-authority -e /aitwire_entity_feeds -i '{"tenant_id":"...","feed_type":"products"}'mcp
run_tool({ provider: "mcp-com-aitwire-authority", endpoint: "/aitwire_entity_feeds", input: {"tenant_id":"...","feed_type":"products"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.