Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GOOGLE_PLACES_API_KEYYesYour Google Places API key. Enable Places API (New) in your Google Cloud project.

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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
discover_local_independentsA

Find independent local businesses for a given query and location, ranked by LocalRoots' independence score instead of Google's review-volume default. The algorithm penalizes high review counts, disqualifies national chains, and rewards long tenure, family-ownership name signals, sparse marketing footprint, and (for farms) direct-to-consumer e-commerce. Use this when a user asks for local coffee, an independent bookstore, a real bakery, etc. Returns up to max_results businesses, each with a tier (tier_1 = strong independent, tier_4 = chain), the total score, the full signal_breakdown, and a per-result practical_note. Always include the place_id from results so follow-up tools can reference the specific business.

score_specific_businessA

Score a specific business by place_id, or by (name + near). Returns the same tier and signal_breakdown shape as discover_local_independents, but for a single place the user already has in mind. Use this when a user asks 'is X actually independent?' or wants to understand why a particular business ranked where it did. Will fetch Place Details from Google Places if a place_id is given, or run a top-1 text search if only name+near are given.

find_farms_with_online_storeA

Find independent farms near a location that have direct-to-consumer e-commerce. Detection works by fingerprinting the farm's website against the bundled list of farm-first DTC platforms (GrazeCart, Local Line, Barn2Door, Harvie, Farmigo, GrownBy, LocalHarvest). Farms confirmed to have a DTC store are ranked first, then other independent farms without a confirmed store. Use this when a user wants to buy direct from a farm without going through an aggregator or marketplace. Optional product_focus narrows by meat / produce / dairy / CSA / eggs / flowers.

neighborhood_local_indexA

Score a neighborhood for its overall independent-business density. Samples each of a set of categories (restaurant, coffee, grocery, hardware, bookstore, bakery by default), runs LocalRoots scoring on each result, and aggregates into a single Local Index plus per-category stats. Use this when a user asks 'how local is X neighborhood' or wants to compare two areas. The per-category breakdown is the real signal; a neighborhood can be chain-dominant for restaurants and strongly independent for hardware, and surfacing that nuance is the point.

compare_local_vs_chainA

Score a local independent head-to-head against a national chain at the same location. Resolves both businesses via Google Places, runs LocalRoots scoring on each, and returns a side-by-side breakdown with a score delta and plain-language verdict. Use this when a user wants to understand exactly how much more independent a local spot is compared to the chain down the street, or to validate that a suspected chain is actually disqualified. National chains will score tier_4 (disqualified) in almost all cases. A warning fires if the chain somehow scores higher than the independent, which usually means the chain name is not in the bundled database or the independent has a very thin Google profile. Checks the Wayback Machine for the independent's website to infer tenure before 2005, 2010, or 2015.

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/parissharpe/local-roots-mcp'

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