Skip to main content
Glama
tarunlnmiit

mcp-autopilot-jobhunt

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TELEGRAM_TOKENNoYour Telegram bot token from @BotFather (optional)
TELEGRAM_CHAT_IDNoYour Telegram chat ID (optional, required if TELEGRAM_TOKEN is set)
TINYFISH_API_KEYYesYour TinyFish API key (required, from agent.tinyfish.ai)
OPENROUTER_API_KEYNoYour OpenRouter API key (optional if using Claude CLI or Anthropic API)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
scan_jobsA

Scan all configured company careers pages for new job postings, score them with AI against your resume, and send a Telegram notification with the top matches. Reads config.json and companies.json from the working directory.

draft_applicationA
Draft a tailored resume and cover letter for a specific job.

Args:
    job_ref: Job reference — '#1' or '1' (from last scan), or a full job URL.

Returns a summary of where the output files were saved.
export_jobsA
Export job scan results to a CSV file in the output/ directory.

Args:
    min_score: Only include jobs with score >= this value (0 = all).
    days: Export from the last N days of history (0 = last scan only).

Returns a summary of the export.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tarunlnmiit/autopilot-jobhunt'

If you have feedback or need assistance with the MCP directory API, please join our Discord server