← aitwire.com

INDIVIDUAL MCP TOOL

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.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.aitwire.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for aitwire_entity_lookup and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

aitwire.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.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_feeds — Page an entity's structured feeds on AITWIRE — products, services, articles or locations (tenant_id comes from aitwire_entity_lookup).
  • aitwire_grounding — Check whether a specific claim matches an entity's business-supplied record on AITWIRE.