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 |
Capabilities
Features and capabilities supported by this server
| 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 | |
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/Averyy/fetchaller-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server