Landed
Server Details
Search AI-native jobs, inspect application forms, and fetch free interview-prep resources.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- landedjobs/landed-mcp
- GitHub Stars
- 3
- Server Listing
- Landed MCP Server
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Score is being calculated. Check back soon.
Available Tools
3 toolsget_job_formGet job application formInspect
Get the application form for a job (by the jobId returned from search_jobs), so you can prepare answers before the user applies. Fields are grouped: "standard" (auto-fillable from a candidate profile via mapsTo), "screening" (free-text questions to draft from the résumé/experience), and "eeo" (leave to the user). Always free — a job's form is only reachable once you've already found the job via search_jobs.
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | The jobId from a search_jobs result. |
get_learning_contentGet learning contentInspect
Get Landed's free learning content to help the user prepare — curated interview-prep repos (real questions, company guides, worked system designs), portfolio-project catalogs, and role roadmaps from the landedjobs GitHub org. Filter by topic, role, and/or category. Always free, for any caller.
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | Target role, e.g. "AI Engineer", "AI PM", "GTM Engineer". | |
| topic | No | Free-text topic, e.g. "RAG", "system design", "evals". | |
| category | No | Restrict to one category of content. |
search_jobsSearch jobsInspect
Search Landed's live job corpus for AI-native roles and get a ranked, fit-scored shortlist. Fill the structured fields (role, skills, work mode, physical locations, remote-eligibility countries/regions, seniority, comp, industries…) from the user's request — they drive the ranking. Physical locations are resolved to stable places; use ISO country codes and canonical region codes when known. You may also pass a free-text "query"; it's parsed into the same filters and used as a semantic nudge. Free tier: up to a shared budget of jobs for anonymous callers (each returned job counts). Authenticated callers (Authorization: Bearer ) get unlimited, brief-personalized results.
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | Target role or title family, e.g. "AI Engineer", "RAG Engineer", "Data Scientist". | |
| avoid | No | Companies or sectors to avoid. | |
| limit | No | How many jobs to return. | |
| query | No | Free-text description of the ideal job, in the user’s own words. Parsed server-side into structured filters; also used as a semantic nudge. | |
| remote | No | Work mode preference. | |
| skills | No | Core skills / technologies the role should involve, e.g. ["RAG", "LangChain", "Python"]. | |
| minComp | No | Minimum acceptable base compensation (numeric). | |
| regions | No | Legacy human-readable remote eligibility regions/countries, e.g. ["APAC", "India"]. Prefer regionCodes/countryCodes when known. | |
| currency | No | Currency for minComp, e.g. "USD". | |
| locations | No | Preferred physical cities/countries as exact labels; include country for ambiguous cities, e.g. ["Bengaluru, India", "London, UK"]. Resolved server-side to stable place IDs. | |
| seniority | No | Seniority target, e.g. "junior", "mid", "senior", "staff", "lead". | |
| industries | No | Preferred company industries / sectors. | |
| regionCodes | No | Canonical remote eligibility regions. | |
| countryCodes | No | ISO 3166-1 alpha-2 countries where the job may be based or remotely eligible, e.g. ["IN"]. | |
| companyStages | No | Preferred company stages, e.g. ["seed", "series-a", "public"]. | |
| workAuthorizationCountryCodes | No | ISO country codes where the candidate is authorized to work. |
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Your Connectors
Sign in to create a connector for this server.