local-tech-digest-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TZ | No | Timezone for scheduling | America/New_York |
| SMTP_HOST | No | SMTP server host | smtp.gmail.com |
| SMTP_PASS | Yes | Gmail App Password (16-character code without spaces) | |
| SMTP_PORT | No | SMTP server port | 587 |
| SMTP_USER | Yes | Gmail email address for SMTP authentication | |
| SMTP_SECURE | No | Whether to use secure connection (true/false) | false |
| NOTIFY_EMAIL | Yes | Email address to receive digests | |
| MIN_JOB_SCORE | No | Minimum job score to include in digest (0-14) | 0 |
| MAX_JOBS_PER_DOMAIN | No | Maximum job cards per domain per email | 25 |
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
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| fetch_jobsA | Scrape all 6 job sources (SimplifyJobs, RemoteOK, The Muse, Remotive, Jobicy, Arbeitnow), apply 4-gate filter, score, and store. Returns per-source breakdown. |
| list_new_jobsA | List un-notified jobs sorted by score. Optional domain and min_score filters. |
| get_top_matchesA | Return top N jobs by stack-match score across all stored jobs. |
| search_jobsB | Full-text search across title, company, tags, domain. |
| filter_jobsB | Filter stored jobs by domain, type, status, and min score. |
| mark_jobA | Update the application status of a job by its ID. |
| get_pipelineA | Show your job application pipeline grouped by status. |
| suggest_skillsA | Analyse the stored job database to suggest skills most in-demand that are NOT in your current stack. |
| fetch_conferencesA | Scrape confs.tech for upcoming USA tech conferences. |
| list_upcoming_conferencesB | List upcoming conferences in the next N days (default 60). |
| search_conferencesC | Search conferences by keyword. |
| send_digest_emailA | Manually trigger a digest email. mode="daily" → jobs only; mode="weekly" → jobs + conferences. |
| get_statsB | Database counts for jobs (by status, type, salary) and conferences. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/nk1947-sudo/local-tech-digest-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server