← Registry

AI & Machine Learning

hireainative.com

Facilitates hiring and evaluation of fractional AI-native talent by listing role categories, engagement types, and showcasing vetted builders' work.

1 endpoint8 known toolsFirst detected August 12, 2026Last detected August 12, 2026

ENDPOINT 1

https://hireainative.com/api/mcp

No auth detected

MCP server metadata

Name
ai-atlas-talent-network
Version
1.0.0
Capabilities
tools
Server instructions

AI Atlas is a proof-first hiring network for fractional AI-native talent. Hiring needs are not only builds — they can be process changes, agent-first workflow installs, or capability mapping (list_engagement_types). Employers: list_roles + list_engagement_types → search_talent → submit_talent_brief, then poll check_submission_status. Talent: search_showcases to calibrate the bar, then submit_talent_proof. All submissions are human-reviewed; replies go to the provided contact email. Never submit contact details without that person’s consent.

Known tools 8

list_roles

List the fractional AI-native role categories companies hire for on AI Atlas (engineers, product leaders, automation, data, growth), with engagement shapes and talent counts.

Inferred read-only
list_engagement_types

List the shapes of work companies hire for, beyond scoped builds: agent-first workflow installs into existing flows, process/operating-model changes, capability mapping (where could agents facilitate work), and ongoing embedded operator seats.

Inferred read-only
search_talent

Search the vetted talent network.

Inferred read-only
get_talent_profile

Get one talent profile by handle or id, including their public showcases (shipped AI work with evidence links).

Inferred read-only
search_showcases

Search public showcases of shipped AI-native work — use these to calibrate what to ask for in a brief, or to evaluate a builder.

Inferred read-only
submit_talent_brief

EMPLOYER SIDE: submit a hiring brief on behalf of a company.

Inferred read-only
submit_talent_proof

TALENT SIDE: apply to join the network on behalf of a builder.

Inferred read-only
check_submission_status

Check the review status of a brief (BRF-...) or talent application (TLT-...) by submission id.

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.ai-atlas-talent-network]
url = "https://hireainative.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ai-atlas-talent-network": {
      "type": "http",
      "url": "https://hireainative.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ai-atlas-talent-network
Remote MCP URL: https://hireainative.com/api/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": {
    "ai-atlas-talent-network": {
      "url": "https://hireainative.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "ai-atlas-talent-network": {
      "type": "http",
      "url": "https://hireainative.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "ai-atlas-talent-network",
  "transport": "streamable-http",
  "url": "https://hireainative.com/api/mcp"
}
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 hireainative.com was fetched 2026-08-23T11:44:53.638Z.

Trust status Neutral

hireainative.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.