← Registry

Data Collection

aitwire.com

Provides authoritative entity data, feeds, fact-checking, and deal information from AITWIRE.

2 endpoints3 known toolsFirst detected July 16, 2026Last detected August 29, 2026

ENDPOINT 1

https://api.aitwire.com/mcp

No auth detected

MCP server metadata

Name
aitwire-authority
Version
1.0.0
Capabilities
toolsresourcesextensions.io.modelcontextprotocol/ui.mimeTypes
Server instructions

AITWIRE hosts business-supplied entity records — a business's own confirmed description, products, services and locations, each carrying the date it was confirmed. Use aitwire_entity_lookup to retrieve a specific business, brand, organization, person or website's record by domain or name; aitwire_entity_feeds to page its structured product/service/article/location feeds; and aitwire_grounding to check whether a specific claim matches that record. Each response carries its source and confirmation date so you can attribute it. These tools cover only entities that have published to AITWIRE and return no match for others.

Known tools 3

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.

Inferred read-only
aitwire_entity_feeds

Page an entity's structured feeds on AITWIRE — products, services, articles or locations (tenant_id comes from aitwire_entity_lookup).

Inferred read-only
aitwire_grounding

Check whether a specific claim matches an entity's business-supplied record on AITWIRE.

Inferred read-only

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.

ENDPOINT 2

https://api.aitwire.com/mcp/tenant

Auth required

Known tools 0

No tool metadata was available in the registry cache.

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-com]
url = "https://api.aitwire.com/mcp/tenant"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "aitwire-com": {
      "type": "http",
      "url": "https://api.aitwire.com/mcp/tenant",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: aitwire-com
Remote MCP URL: https://api.aitwire.com/mcp/tenant

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "aitwire-com": {
      "url": "https://api.aitwire.com/mcp/tenant",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "aitwire-com": {
      "type": "http",
      "url": "https://api.aitwire.com/mcp/tenant",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "aitwire-com bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "aitwire-com",
  "transport": "streamable-http",
  "url": "https://api.aitwire.com/mcp/tenant",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for aitwire.com was fetched 2026-07-30T08:11:29.256Z and is being refreshed.

Trust status Neutral

aitwire.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.