
Localgym Mcp Server
Give your agent read-only UK gym search against the LocalGym Agent API for local fitness apps, directories, or content research bots.
Overview
LocalGym MCP Server is a MCP server for the Build phase that provides read-only UK gym search through the LocalGym Agent API.
What is this MCP server?
- Read-only MCP server for UK gym search via LocalGym Agent API
- npm package localgym-mcp-server with stdio transport
- Optional LOCALGYM_API_BASE override (defaults to https://localgym.uk)
- Client-side rate limit knobs: LOCALGYM_MCP_RATE_LIMIT_MAX (default 60) and WINDOW_MS (default 60000)
- Public API enforces server-side limits in addition to local MCP throttling
- Package localgym-mcp-server version 0.1.2
- Default LOCALGYM_MCP_RATE_LIMIT_MAX: 60 per window
- Default LOCALGYM_MCP_RATE_LIMIT_WINDOW_MS: 60000
Community signal: 1 GitHub stars.
What problem does it solve?
Builders making UK fitness agents or directories need a safe read-only gym data integration instead of brittle HTML scraping.
Who is it for?
Solo devs building UK local fitness finders, travel wellness features, or research agents that need structured gym listings.
Skip if: Non-UK markets, write/booking gym management flows, or teams needing full CRM data beyond LocalGym’s read API.
What do I get? / Deliverables
After MCP install, your agent can query UK gyms via LocalGym with configurable base URL and local rate limiting.
- Agent-callable read-only UK gym search results from LocalGym
- Configurable API base and client-side rate limit guardrails for development
Recommended MCP Servers
Journey fit
Hooking a niche public API into your agent stack is build-phase integration work even when the data supports idea-stage discovery use cases. integrations fits an npm stdio MCP that proxies LocalGym HTTP APIs with optional rate-limit env controls.
How it compares
Niche geo API MCP integration, not a general maps skill or gym billing SaaS.
Common Questions / FAQ
Who is LocalGym MCP Server for?
Indie builders and agent authors targeting UK users who want read-only gym search inside MCP-enabled coding tools.
When should I use LocalGym MCP Server?
Use it while building integrations for fitness apps, local guides, or agent demos that need live UK gym results from LocalGym.
How do I add LocalGym MCP Server to my agent?
Install localgym-mcp-server from npm, add stdio MCP config, optionally set LOCALGYM_API_BASE and rate limit env vars, then invoke search tools from your agent.