← agentic-first.co

INDIVIDUAL MCP TOOL

get_scan

Look up one scan-queue entry by domain.

agentic-first.conone authenticationAvailability not checked

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

agentic-first.co

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.agentic-first-co]
url = "https://agentic-first.co/companies/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agentic-first-co": {
      "type": "http",
      "url": "https://agentic-first.co/companies/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agentic-first-co
Remote MCP URL: https://agentic-first.co/companies/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": {
    "agentic-first-co": {
      "url": "https://agentic-first.co/companies/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agentic-first-co": {
      "type": "http",
      "url": "https://agentic-first.co/companies/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agentic-first-co",
  "transport": "streamable-http",
  "url": "https://agentic-first.co/companies/mcp"
}
MCP Inspector

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

Related tools

  • search_companies — Search the company directory.
  • get_company — Return the full canonical profile for one company by domain.
  • submit_website — Discover, validate, and index a company by its website.
  • queue_scan — Queue one or many sites/MCPs for asynchronous scanning.
  • list_scans — List entries in the scan queue.
  • submit_feedback — Send freeform feedback to the directory operators.