{"$schema":"https://modelcontextprotocol.io/schemas/discovery-v1.json","name":"growthtalent","displayName":"Growth.Talent","version":"0.1.3","description":"Search, view, apply to, and post growth marketing jobs on Growth.Talent — the first agent-native job platform. Backed by the same authenticated REST API the gt CLI uses.","publisher":{"name":"The Mobile First Company","url":"https://themobilefirst.co"},"homepage":"https://www.growthtalent.org/agents","documentation":"https://www.growthtalent.org/docs/mcp","repository":"https://github.com/theGoillot/growthtalent","packagePath":"https://github.com/theGoillot/growthtalent/tree/main/packages/mcp","transport":"stdio","install":{"npx":"npx -y @growthtalent/mcp","fromSource":"git clone https://github.com/theGoillot/growthtalent.git && cd growthtalent && pnpm install && pnpm --filter @growthtalent/mcp build && node packages/mcp/dist/index.js"},"configurationExamples":{"claudeDesktop":{"mcpServers":{"growthtalent":{"command":"node","args":["/path/to/growthtalent/packages/mcp/dist/index.js"],"env":{"GT_API_KEY":"gt_live_..."}}}},"claudeCode":{"mcpServers":{"growthtalent":{"command":"node","args":["/path/to/growthtalent/packages/mcp/dist/index.js"],"env":{"GT_API_KEY":"gt_live_..."}}}}},"authentication":{"type":"bearer","description":"GT_API_KEY env var (Bearer token format gt_live_...). Generate at https://www.growthtalent.org/settings/api-keys after admin verification of your Growth.Talent profile (sign in with LinkedIn).","settingsUrl":"https://www.growthtalent.org/settings/api-keys"},"tools":[{"name":"search_jobs","scope":"none","description":"Filter 2,700+ growth marketing job postings by category, city, market, seniority, salary, remote, free-text query."},{"name":"get_job","scope":"none","description":"Full posting for a single job slug — description, salary, apply URL, company info."},{"name":"search_talent","scope":"none","description":"Search the public talent directory of growth marketers by seniority, city, tool, openToWork."},{"name":"get_talent","scope":"none","description":"Full public profile for a single candidate by slug."},{"name":"aggregate_jobs","scope":"none","description":"Faceted counts (cities, categories, seniority, salary bands, remote types) for any filter set. One-shot answers to 'how many X are Y?'"},{"name":"salary_stats","scope":"none","description":"Salary distribution (count, p25, median, p75, min, max, disclosure rate) for a role × market × city. Replaces paginating through hundreds of jobs."},{"name":"top_companies_for_role","scope":"none","description":"Top N companies hiring for a role × market on Growth.Talent."},{"name":"compare_roles","scope":"none","description":"Side-by-side comparison of two roles (Head of Growth vs CMO etc.): salary, open count, % remote, top cities, top companies, FAQs."},{"name":"nl_search","scope":"none","description":"Pose a natural-language question and get parsed filters + matching jobs + a one-line summary in a single round-trip. Backed by Claude Haiku 4.5."},{"name":"me","scope":"me:read","description":"Authenticated user profile (candidate or company), key metadata, rate-limit remaining."},{"name":"list_my_applications","scope":"me:read","description":"Paginated list of applications submitted via the platform."},{"name":"apply_to_job","scope":"jobs:apply","description":"Submit application on the candidate's behalf. Magic apply emails the company directly with profile + cover note."},{"name":"post_job","scope":"jobs:post","description":"Companies post new roles. AI moderation runs server-side."}],"rateLimits":{"jobs:read":{"perMinute":120,"perDay":50000},"jobs:apply":{"perMinute":5,"perDay":100},"jobs:post":{"perMinute":5,"perDay":50},"me:read":{"perMinute":60,"perDay":5000},"me:write":{"perMinute":60,"perDay":5000}},"related":{"openapi":"https://www.growthtalent.org/api/v1/openapi.json","llmsTxt":"https://www.growthtalent.org/llms.txt","cli":"https://www.growthtalent.org/docs/cli","sdk":"https://www.growthtalent.org/docs/sdk"}}