4,500+ servers built on MCP Fusion
Vinkius
Foursquare logo
Vinkius
CrewAI logo

How to Use the Foursquare MCP in CrewAI

Deploy specialized agent crews using CrewAI and this Foursquare MCP Server to run autonomous local research and analysis.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Foursquare MCP on Cursor AI Code Editor MCP Client Foursquare MCP on Claude Desktop App MCP Integration Foursquare MCP on OpenAI Agents SDK MCP Compatible Foursquare MCP on Visual Studio Code MCP Extension Client Foursquare MCP on GitHub Copilot AI Agent MCP Integration Foursquare MCP on Google Gemini AI MCP Integration Foursquare MCP on Lovable AI Development MCP Client Foursquare MCP on Mistral AI Agents MCP Compatible Foursquare MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
CrewAI

Connect Foursquare MCP to CrewAI

Create your Vinkius account to connect Foursquare to CrewAI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Coordinate local research with a CrewAI MCP Server

Set up a multi-agent team where each agent has a specific job. One agent can use `search_places` to build a list of venues, while another agent uses `get_place_tips` to extract customer reviews. This division of labor keeps your operations organized. The agents share context dynamically, so the analyst agent knows exactly which venues the researcher agent discovered.

Spatial intelligence for autonomous agents

Give your agents the ability to understand boundaries. An agent can define a search area and use `search_within_polygon` to find businesses inside a specific neighborhood. If the boundary is circular, the agent can use `search_within_radius` instead. This is handy for logistics crews that need to find drop-off points near a fleet vehicle.

Automated venue categorization and tagging

Sorting through thousands of local businesses is tedious. You can assign an agent to query `list_venue_categories` to build a clean taxonomic map of your target market. The agent can then use `autocomplete_venues` to double-check spelling and location names before exporting the final structured data to your database.

Setup guide

Set up Foursquare MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke Foursquare tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="Foursquare Analyst",
    goal="Access and analyze Foursquare data via MCP.",
    backstory="Expert analyst with direct Foursquare access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent Foursquare transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about Foursquare MCP in CrewAI

You can configure the agent with the mcps parameter pointing to the Vinkius MCP URL. The framework automatically discovers and registers all Foursquare tools for that agent.
Yes. CrewAI supports parallel execution, meaning your research agent can run `search_nearby_venues` while your media agent fetches images via `get_place_photos`.
Use the MCPServerHTTP class from the CrewAI MCP module and specify a tool_filter to only expose the exact tools that the agent needs.
You should set max iterations on your CrewAI agents. This prevents them from calling `autocomplete_venues` repeatedly if they encounter ambiguous search terms.
Latitude and longitude coordinates sent to tools like `search_within_radius` are transmitted directly to Foursquare to return matching venues. Vinkius processes these values in memory and immediately discards them when the execution completes.

Start using the Foursquare MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 10 tools

We've already built the connector for Foursquare. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 10 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.