← aitwire.com
INDIVIDUAL MCP TOOL
aitwire_entity_feeds
Page an entity's structured feeds on AITWIRE — products, services, articles, locations, or policies (tenant_id comes from aitwire_entity_lookup).
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 endpoint
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.aitwire-authority]
url = "https://api.aitwire.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"aitwire-authority": {
"type": "http",
"url": "https://api.aitwire.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: aitwire-authority
Remote MCP URL: https://api.aitwire.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": {
"aitwire-authority": {
"url": "https://api.aitwire.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"aitwire-authority": {
"type": "http",
"url": "https://api.aitwire.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "aitwire-authority",
"transport": "streamable-http",
"url": "https://api.aitwire.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
aitwire_entity_lookup— Look up a business, brand, organization, person, or website's business-supplied entity record on AITWIRE by domain or name — its confirmed description, feed URLs, and proof counts, each carrying the date it was confirmed.aitwire_grounding— Check whether a specific claim matches an entity's business-supplied record on AITWIRE.