Skip to main content
Glama
KaungHtunThant

j-hunt-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
JHUNT_DB_PATHNoPath to the SQLite database file (default: data/jhunt.db)
GOOGLE_MAPS_API_KEYNoOptional API key for Google Maps geocoding and map-region search

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

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

Tools

Functions exposed to the LLM to take actions

NameDescription
search_jobsA

Search job listings across configured sources.

Provide location + radius_km to restrict results to jobs near a place (requires GOOGLE_MAPS_API_KEY). Omit them for a plain keyword search. sources optionally restricts to named sources (e.g. ["remoteok"]).

search_jobs_in_regionA

Search jobs inside a map-selected rectangular region (a bounding box).

Pass the north-east and south-west corners of the selected area. Requires GOOGLE_MAPS_API_KEY (job locations are geocoded to test containment).

geocode_locationB

Resolve a place name to coordinates + a formatted address (Google Maps).

save_jobC

Persist a job (e.g. one returned by search) so it can be tracked.

list_saved_jobsA

List all jobs that have been saved locally.

log_applicationA

Record an application for a job (by saved job_id or an ad-hoc url).

Creates the application, or updates the existing one for that job.

update_application_statusB

Move an application to a new status (validates allowed transitions).

set_next_actionC

Set a follow-up reminder (date + note) on an application.

list_applicationsB

List tracked applications, optionally filtered by status.

get_profileA

Return the stored job-hunt profile (name, skills, resume, preferences).

update_profileC

Update profile fields. Only the fields you pass are changed.

set_resumeC

Store/replace the resume text used by the tailoring prompts.

Prompts

Interactive templates invoked by user choice

NameDescription
tailor_resumeTailor the stored resume to a specific job description.
draft_cover_letterDraft a cover letter for a saved job using the stored profile.
application_followup_emailDraft a polite follow-up email for a tracked application.

Resources

Contextual data attached and managed by the client

NameDescription
profile_resourceThe stored job-hunt profile as JSON.
resume_resourceThe current resume text (empty if not set).
saved_jobs_resourceAll locally saved jobs as JSON.

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/KaungHtunThant/j-hunt-mcp'

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