MCP
Search job postings, company technographics, and hiring data directly from Claude, Cursor, or any MCP client. TheirStack's MCP server gives AI assistants access to millions of jobs and tech stack data.
The Model Context Protocol (MCP) lets AI assistants call TheirStack tools directly — search jobs, find companies, explore tech stacks, and more — without leaving your chat.
Connect your AI client to the TheirStack MCP server at https://api.theirstack.com/mcp and start asking questions like:
- "Find companies using Snowflake in Germany with 100+ employees"
- "Show me senior engineering jobs at Series B startups"
- "What technologies does Stripe use?"
Connect to TheirStack's MCP server
Before connecting, grab your API key from the API settings page.
Add this to your .cursor/mcp.json file:
{
"mcpServers": {
"theirstack": {
"command": "npx",
"args": [
"mcp-remote",
"https://api.theirstack.com/mcp",
"--header",
"Authorization:Bearer YOUR_API_KEY"
]
}
}
}Replace YOUR_API_KEY with your actual API key.
Run this command in your terminal:
claude mcp add theirstack --transport http https://api.theirstack.com/mcp -- --header "Authorization:Bearer YOUR_API_KEY"Replace YOUR_API_KEY with your actual API key.
Add this to your claude_desktop_config.json (how to find it):
{
"mcpServers": {
"theirstack": {
"command": "npx",
"args": [
"mcp-remote",
"https://api.theirstack.com/mcp",
"--header",
"Authorization:Bearer YOUR_API_KEY"
]
}
}
}Replace YOUR_API_KEY with your actual API key.
Add this to your Windsurf MCP configuration:
{
"mcpServers": {
"theirstack": {
"command": "npx",
"args": [
"mcp-remote",
"https://api.theirstack.com/mcp",
"--header",
"Authorization:Bearer YOUR_API_KEY"
]
}
}
}Replace YOUR_API_KEY with your actual API key.
Any MCP-compatible client can connect using:
| Setting | Value |
|---|---|
| Server URL | https://api.theirstack.com/mcp |
| Transport | HTTP |
| Auth header | Authorization: Bearer YOUR_API_KEY |
Refer to your client's documentation for how to configure MCP servers with HTTP transport.
Available tools
Search tools
| Tool | Description | Example prompts |
|---|---|---|
search_jobs | Search job postings with filters (title, company, tech, location, salary, etc.). API Reference |
|
search_companies | Search companies by technographics, hiring signals, and firmographics. API Reference |
|
technographics | Get the full technology stack for a specific company. API Reference |
|
Catalog tools
| Tool | Description | Example prompts |
|---|---|---|
get_technologies | Browse and search the technology catalog. API Reference |
|
get_industries | List available industry categories. API Reference |
|
get_locations | List available job locations. API Reference |
|
list_categories | List technology categories. API Reference |
|
list_subcategories | List technology subcategories. API Reference |
|
Account tools
| Tool | Description | Example prompts |
|---|---|---|
get_credit_balance | Check your API credit balance. API Reference |
|
get_credits_consumption | View credit consumption details. API Reference |
|
Pricing
MCP requests consume API credits at the same rate as regular API calls. Learn more about our credit system here.
FAQs
How is this guide?
Last updated on
