mcp-techTrend
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| arxiv_recentA | Fetch recent arXiv papers in a category, sorted by submission date (newest first). Common categories: cs.AI (general AI), cs.LG (machine learning), cs.CV (computer vision), cs.CL (NLP), cs.HC (HCI / UX), cs.RO (robotics), cs.NE (neural networks), stat.ML (statistical ML), eess.IV (image/video processing — medical imaging lives here), eess.SP (signal processing), q-bio.QM (quantitative biology). |
| arxiv_searchA | Search arXiv. Plain keywords work (auto-prefixed |
| pubmed_searchA | Search PubMed for biomedical publications. Plain keywords work; for advanced queries use MeSH and field tags: |
| paperswithcode_trendingA | Daily curated AI papers feed (now backed by Hugging Face's daily_papers — Papers with Code API was sunset after the 2024 HF acquisition). Empty query returns the newest curated papers. Search is client-side filtering over the daily-papers stream. |
| github_trendingA | Browse github.com/trending — the public 'what's hot now' feed. USE THIS WHEN: user wants to browse trending repos with no specific topic in mind ('파이썬 트렌딩 보여줘', 'GitHub 핫한 거'). USE github_search INSTEAD WHEN: user has a specific topic/keyword. Note: this is HTML scraping (no official API), so layout changes can break it. |
| github_searchA | Search GitHub repositories by keyword via the official Search API. USE THIS WHEN: user has a specific topic ('medical imaging 리포', 'mammography GitHub'). |
| huggingface_trendingA | Browse Hugging Face Hub. |
| fda_510k_recentA | Recent FDA 510(k) clearances via openFDA. Date filter is always applied. openFDA uses token-exact matching on string fields — for partial name matches use wildcards (e.g. |
| fda_recalls_recentA | Recent FDA medical device recalls via openFDA. Optionally filter by class (1=most serious, 3=least). Note: openFDA query syntax uses token-exact matching on string fields — for partial matches use wildcards (e.g. |
| trends_digestA | One-shot multi-source digest for a topic. Calls sources in parallel; partial failures don't break the report. PRESENTATION: source content (paper abstracts, descriptions, recall reasons) is in its original language (mostly English). When showing this digest to the user, translate the content into the user's current conversation language. Keep proper nouns, IDs (PMID, k_number, arXiv IDs), URLs, and metric values (stars, downloads) untouched. |
| trends_briefingB | Newspaper-style weekly briefing across all enabled sources. Topic is optional — without it, each source shows its 'what's new' feed. Use this when the user asks for '주간 뉴스' / 'weekly news' / 'briefing' style output. PRESENTATION: source content (paper abstracts, descriptions, recall reasons) is in its original language (mostly English). When showing this briefing to the user, translate the content into the user's current conversation language so they can read it directly. Keep proper nouns, IDs (PMID, k_number, arXiv IDs), URLs, repository names, and metric values (stars, downloads, dates) untouched. |
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
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/salwks/mcp-techTrend'
If you have feedback or need assistance with the MCP directory API, please join our Discord server