← stackfast.ai

INDIVIDUAL MCP TOOL

talent_scout_set_search_rails

Persist the active Talent Scout search strategy for a tenant: target lanes, compensation floor, geography, positive/negative filters, resume-variant priority, travel posture, and voice anchor.

stackfast.ainone 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

stackfast.ai

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.stackfast-ai]
url = "https://stackfast.ai/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "stackfast-ai": {
      "type": "http",
      "url": "https://stackfast.ai/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "stackfast-ai": {
      "type": "http",
      "url": "https://stackfast.ai/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "stackfast-ai",
  "transport": "streamable-http",
  "url": "https://stackfast.ai/api/mcp"
}
MCP Inspector

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

Related tools

  • session_file_read — Return session artifact metadata and persistent URLs.
  • credentials_inventory — Discover wallet-resolved credential service names and accepted aliases without exposing secret values.
  • audit_status — Read AI Stack Audit project state, deliverable refs, credit ledger, and Desk/CRM links.
  • artifact_generate — Generate a governed, tenant-scoped artifact draft with no-fabrication placeholders, analyzer provenance, MASK, brand status, and approval requirements.
  • artifact_refine — Refine an existing artifact draft while preserving tenant boundary, provenance, MASK status, and approval posture.
  • artifact_save — Approve/save an artifact and mark tenant-scoped learning-loop eligibility.
  • artifact_export — Create an audited export receipt for an approved artifact or internal draft.
  • reply_compose — Compose a relationship-safe correspondence decision packet with do_not_say, safe_phrasing, channel constraints, manual approval, and a correspondence_response artifact audit trail.