fetchaller
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HTTP_PORT | No | Server port (1-65535) | 6000 |
| JWT_SECRET | No | Secret for OAuth tokens (derived from API key if not set) | |
| MCP_API_KEY | No | Bearer token for authentication (required for HTTP mode) | |
| MCP_SERVER_URL | No | Public URL for OAuth | http://localhost:$PORT |
| MOUSER_API_KEY | No | Mouser Search API key (free registration) | |
| DIGIKEY_CLIENT_ID | No | DigiKey API client ID (free registration) | |
| RATE_LIMIT_REQUESTS | No | Requests/minute per IP | 100 |
| DIGIKEY_CLIENT_SECRET | No | DigiKey API client secret |
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 | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| fetchA | Fetch any URL and return the page content as clean markdown. Handles HTML, JSON, XML, CSV, and PDF files. Use this tool for reading/fetching web pages - it has no domain restrictions. For discovering URLs via search, use the search tool. For reading URL content, use this tool. |
| browse_redditB | Browse a subreddit's posts. Returns metadata and URLs. Use mcp__fetchaller__fetch to read full post content. |
| search_redditB | Search Reddit posts. Returns metadata and URLs. Use mcp__fetchaller__fetch to read full post content. |
| searchA | Search the web and return results with titles, URLs, and snippets. Use this to discover URLs, then use fetch to read full page content. |
| get_aliexpress_productA | Get AliExpress product details including price, specifications, ratings, and recent reviews. Accepts a numeric product ID or full URL. |
| search_aliexpressA | Search AliExpress products. Returns product listings with prices, ratings, and links. Best-effort — may fail if anti-bot protection triggers. |
| get_alibaba_productA | Get Alibaba.com B2B product details including tiered pricing, MOQ, lead times, supplier info, and specifications. Accepts a numeric product ID or full URL. |
| search_alibabaA | Search Alibaba.com B2B products. Returns supplier listings with tiered pricing, MOQ, and supplier info. |
| search_marketplaceA | Search Kijiji, Craigslist, and Facebook Marketplace simultaneously. Takes human-readable parameters (city name, category, price range) and returns grouped results from all platforms. Use fetch(url) to get full listing details for any result URL. |
| search_linkedin_jobsA | Search LinkedIn's public job board (no account needed). Filter by keywords, location, date posted, remote/hybrid/on-site, experience level, job type, and minimum salary. Returns title, company, location, posting date, and a linkedin.com/jobs/view URL. Call get_linkedin_job(job_id) for the full description. |
| get_linkedin_jobB | Get the full public detail for one LinkedIn job posting: description, seniority, employment type, job function, industries, and applicant count. Applying still requires a LinkedIn account. |
| search_realtorA | Search Canadian homes for sale or rent on realtor.ca with full filters (location, price, beds, baths, property/building type, ownership). Returns listings with price, address, beds/baths, size, agent and a realtor.ca URL. Call fetch(url) on a listing URL for the full description, every property detail, and similar nearby homes. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 12 tools
Each tool targets a specific platform or action (search vs. get details), with clear boundaries. The only potential confusion is between the generic 'search' and platform-specific searches, but they are distinct in purpose (web search vs. platform search).
Most tools follow a 'verb_platform' pattern (e.g., search_aliexpress, get_alibaba_product). There are minor deviations like 'browse_reddit' and 'fetch' that break the pattern, but overall it is consistent.
With 12 tools covering multiple domains (e-commerce, social media, jobs, real estate, web), the count is well-scoped. Each tool serves a distinct purpose, and the number is not excessive.
The server provides search and detail retrieval for most platforms. Notable gaps include no dedicated detail tool for marketplace listings (Kijiji, etc.) beyond fetch, but the recommended workflow using fetch covers it. Overall, the surface is adequate for information retrieval.