Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HTTP_PORTNoServer port (1-65535)6000
JWT_SECRETNoSecret for OAuth tokens (derived from API key if not set)
MCP_API_KEYNoBearer token for authentication (required for HTTP mode)
MCP_SERVER_URLNoPublic URL for OAuthhttp://localhost:$PORT
MOUSER_API_KEYNoMouser Search API key (free registration)
DIGIKEY_CLIENT_IDNoDigiKey API client ID (free registration)
RATE_LIMIT_REQUESTSNoRequests/minute per IP100
DIGIKEY_CLIENT_SECRETNoDigiKey API client secret

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/Averyy/fetchaller-mcp'

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