Localgym Uk Gym Search Mcp Server
About
Read-only MCP server for searching, comparing, and recommending 18,000+ UK gyms using LocalGym data.
Details
- Author
- lo-nau
- Downloads
- 318
- Categories
- Search, AI, API
Jump to
- Search UK gyms by name, keyword, or location
- Get structured details for a gym slug
- Recommend gyms based on user goal and location
- Compare several gyms by slug
- No API key required for V1
- Responses include canonical LocalGym URLs
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Localgym Uk Gym Search Mcp ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install by downloading the MCP server script via curl and setting the LOCALGYM_API_BASE environment variable to https://localgym.uk. Configure your MCP client with the command node and the path to the script. No API key is required for V1.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"localgym uk gym search mcp server": {
"localgym": {
"command": "node",
"args": [
"/absolute/path/to/localgym-mcp-server.cjs"
],
"env": {
"LOCALGYM_API_BASE": "https://localgym.uk"
}
}
}
}
}
McpServers
{
"localgym": {
"command": "node",
"args": [
"/absolute/path/to/localgym-mcp-server.cjs"
],
"env": {
"LOCALGYM_API_BASE": "https://localgym.uk"
}
}
}
LocalGym UK Gym Search MCP Server
LocalGym exposes a read-only MCP server and public Agent API for UK gym discovery. AI assistants and agent workflows can search gyms by keyword/location, fetch structured gym details, recommend gyms for a user goal, and compare multiple gyms. Responses include canonical LocalGym URLs for attribution and follow-on user clicks. Best for: - AI assistants answering “find me a gym near…” questions - Local search and recommendation agents - Fitness, travel, relocation, and local-services workflows - Demos of agent-readable vertical search dataCategory
Local search, fitness, recommendations, travel/local services, consumer discoveryTools
-search_gyms: Search UK gyms by name, keyword, location, or user intent.
- get_gym_details: Return structured detail for a LocalGym gym slug.
- recommend_gyms: Recommend gyms for a user goal and location.
- compare_gyms: Compare several gyms by LocalGym slug.
Links
- Website: https://localgym.uk - Agent/API docs: https://localgym.uk/agent - MCP setup guide: https://localgym.uk/agent/mcp - MCP server script: https://localgym.uk/mcp/localgym-mcp-server.cjs - OpenAPI schema: https://localgym.uk/api/openapi.json - LLM instructions: https://localgym.uk/llms.txtInstall
``bash
curl -L https://localgym.uk/mcp/localgym-mcp-server.cjs -o localgym-mcp-server.cjs
chmod +x localgym-mcp-server.cjs
LOCALGYM_API_BASE=https://localgym.uk node localgym-mcp-server.cjs
`
MCP client config:
`json
{
"mcpServers": {
"localgym": {
"command": "node",
"args": ["/absolute/path/to/localgym-mcp-server.cjs"],
"env": {
"LOCALGYM_API_BASE": "https://localgym.uk"
}
}
}
}
`
Tags
mcp, model-context-protocol, local-search, gyms, fitness, uk, recommendations, ai-agents, openapi, llms-txt
Notes
- No API key required for V1.
- Read-only.
- Attribution requested: link to returned localgym_url` values in public answers.
- Commercial/high-volume use: enquiries@localgym.uk.Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.

