MCP Get Access
Reference

SeekOut MCP Operations Reference

Complete list of tools the SeekOut MCP Search Server exposes to AI assistants, organized by domain with color-coded annotations.

The SeekOut MCP Search Server exposes 35 operation tools organized into five domains, plus 2 resource tools for loading workflow skills. Search tools accumulate session state (filters, query, index, vertical) across calls so you build up a search incrementally.

Annotation Legend

Each tool is tagged with a badge that signals its runtime behavior:

BadgeMeaning
read-onlyReads SeekOut data without modifying anything.
sessionMutates in-memory search session state. No external write.
statelessIndependent lookup that doesn't touch session state.
session resetClears accumulated session state.
writeModifies data in SeekOut Recruit.
creditsConsumes SeekOut Recruit credits.

Search Tools

Query building, filtering, search execution, entity resolution, and session management.

Query & filter accumulation

ToolDescription
set_querySet or replace the boolean search expression.session
add_filterAdd a filter to the accumulated session state.session
remove_filterRemove a filter value or clear an entire field.session
get_stateReturn accumulated filters, query, index, and (optionally) the runtime query payload.session
clear_searchClear accumulated search state and start a fresh search.session reset
browse_power_filtersDiscover available filter options and values for the current vertical.stateless

Search execution

ToolDescription
search_peopleExecute a search using all accumulated session filters.read-only
count_resultsQuick count of candidates matching current session filters.read-only
pipeline_overviewOne-shot ATS pipeline summary by status, recruiter, and stage.read-only
unified_searchSearch across multiple verticals in a single call.read-only

Entity resolution & profiles

ToolDescription
search_entitiesLook up an entity by name (autocomplete).stateless
search_entities_batchLook up multiple entities at once.stateless
get_profileFetch full candidate profiles by profile key.read-only
get_search_linksGet a shareable link to the current search in SeekOut.read-only

Session management

ToolDescription
set_indexSet the geographic search index.session
set_verticalSwitch to a different search vertical.session

AI-Powered Tools

Company discovery, search verification, and market analysis.

ToolDescription
discover_companiesFind companies in an industry using AI and verify against SeekOut's entity database.read-only
verify_searchVerify search quality before rendering candidate results.read-only
market_analysisRun structured market comparisons across dimensions.read-only
compare_marketsCompare a talent pool across up to 6 cities side-by-side.read-only

Workspace Tools

SeekOut Recruit workspace management. Everything done here syncs with Recruit, and vice versa.

ToolDescription
list_workspacesList your existing candidate workspaces.read-only
create_workspaceCreate a new candidate workspace.write
add_to_workspaceAdd candidates from search results to a workspace.write
update_workspace_searchReplace a workspace's base search with the current session.write
add_search_to_workspaceSave the current search as an additional saved search on a workspace.write

Export & Contact Tools

Retrieve contact information, export profiles, and push candidates to your ATS. Contact info retrieved via MCP is synced back to SeekOut Recruit.

ToolDescription
get_emailsRetrieve verified email addresses for candidates.credits
get_phonesRetrieve phone numbers for candidates.credits
check_contactsCheck the status of a pending contact retrieval request.read-only
export_profilesExport candidate profiles to Excel or Google Sheets.credits
export_to_atsPush candidates directly to your connected ATS.write
list_ats_connectionsList your organization's connected ATS integrations.read-only
check_creditsCheck your remaining contact and export credits.read-only

Org Schema Tools

Tenant-aware schema discovery, skill resolution, and bench analysis. Available for orgs with the relevant data sources connected.

ToolDescription
describe_org_schemaDiscover what's filterable in your organization's data.read-only
resolve_skills_for_orgMap free-text skill names to your org's actual vocabulary.read-only
analyze_bench_depthScore successor / replacement candidates for a critical role.read-only

Resource Tools

Workflow skills exposed via MCP resources. The assistant reads the relevant skill before starting a task and follows the prescribed steps. See Workflows for the full list.

ToolDescription
list_resourcesList all available skill resources and their URIs.stateless
read_resourceLoad a skill resource by URI.stateless