
map-traveler MCP Server
The map-traveler MCP Server enables AI assistants and workflows to interact with virtual maps, simulate travel, retrieve geographic information, and provide spa...
Enable your AI agents with real-time, global location intelligence and personalized place recommendations using the Foursquare Places MCP Server.
The Foursquare Places MCP Server is a Model Context Protocol (MCP) implementation that connects AI assistants to the Foursquare Places API, enabling them to access rich, real-time location data. By interfacing with Foursquare’s global database of over 100 million places across 1500+ categories, this server empowers AI applications to perform advanced local searches, geotagging, and contextual awareness tasks. Developers can leverage this tool to enable AI agents to retrieve detailed metadata—including reviews, ratings, photos, and popularity metrics—for locations near a user or within specified parameters. This integration allows for situationally aware AI agents and applications that can provide highly personalized, location-based recommendations and insights.
No information about prompt templates was found in the repository.
No explicit list of MCP resources is described in the repository documentation.
No direct listing of tools (e.g., tool definitions in server.py or similar) could be found based on the available documentation and files.
windsurf.config.json
).{
"mcpServers": {
"foursquare-places": {
"command": "python",
"args": ["-m", "fsq-server-python.server"]
}
}
}
fsq-server-python/README.md
to set up the MCP server locally.{
"mcpServers": {
"foursquare-places": {
"command": "python",
"args": ["-m", "fsq-server-python.server"]
}
}
}
{
"mcpServers": {
"foursquare-places": {
"command": "python",
"args": ["-m", "fsq-server-python.server"]
}
}
}
{
"mcpServers": {
"foursquare-places": {
"command": "python",
"args": ["-m", "fsq-server-python.server"]
}
}
}
FSQ_API_KEY
).{
"mcpServers": {
"foursquare-places": {
"command": "python",
"args": ["-m", "fsq-server-python.server"],
"env": {
"FSQ_API_KEY": "${FSQ_API_KEY}"
},
"inputs": {
"api_key": "${FSQ_API_KEY}"
}
}
}
}
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:
Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"foursquare-places": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “foursquare-places” to the actual name of your MCP server and replace the URL with your own MCP server URL.
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | Provided in README and project description |
List of Prompts | ⛔ | No prompt templates found |
List of Resources | ⛔ | No explicit MCP resource list found |
List of Tools | ⛔ | No tool definitions in top-level documentation or server.py found |
Securing API Keys | ✅ | Instructions for using environment variables provided |
Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
Based on the available documentation, the Foursquare Places MCP server provides a solid overview and setup instructions, but lacks explicit details on prompts, resources, tools, roots, and sampling support. The project is at an early stage and documentation is minimal beyond setup.
Given the limited information and missing details on key MCP concepts (such as tools and resources), this MCP server scores a 3/10. It has a clear purpose and setup instructions, but lacks depth in its MCP integration documentation.
Has a LICENSE | ✅ |
---|---|
Has at least one tool | ⛔ |
Number of Forks | 0 |
Number of Stars | 5 |
It connects AI assistants to the Foursquare Places API, allowing them to access up-to-date, global location data and metadata for advanced local searches, geotagging, and delivering context-aware recommendations.
Use cases include local place search, accurate geotagging and place matching, retrieving rich metadata like reviews and ratings, and building AI agents that provide personalized, location-based insights.
Store your API key in an environment variable (e.g., FSQ_API_KEY) and reference it in your MCP server configuration under the 'env' and 'inputs' sections to keep it secure.
No prompt templates or explicit MCP tool definitions are provided in the current documentation. The server focuses on direct integration with the Foursquare Places API.
The documentation provides setup and integration steps but lacks detail on advanced MCP features, sample prompts, and tool/resource listings. It is best suited for developers familiar with MCP concepts.
Empower your AI workflows with access to 100M+ global locations, detailed metadata, and personalized recommendations. Integrate the Foursquare Places MCP Server today.
The map-traveler MCP Server enables AI assistants and workflows to interact with virtual maps, simulate travel, retrieve geographic information, and provide spa...
The Model Context Protocol (MCP) Server bridges AI assistants with external data sources, APIs, and services, enabling streamlined integration of complex workfl...
The Travel Planner MCP Server connects AI assistants to real-time travel data using the Google Maps API, enabling intelligent itinerary generation, place discov...