swarm-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FOURSQUARE_TOKEN | Yes | Your Foursquare OAuth2 access token |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_checkinsB | Get the authenticated user's check-in history. Returns check-ins with venue info, timestamps, and optional photos. |
| get_checkins_by_date_rangeA | Get check-ins within a specific date range. |
| get_recent_checkinsC | Get check-ins from the past X days. |
| get_checkin_detailsB | Get detailed information about a specific check-in by ID. |
| get_all_checkinsA | Get ALL check-ins by paginating through the entire history. EXPENSIVE: Makes 1 API call per 250 check-ins (e.g., 5000 check-ins = 20 API calls). Prefer get_checkins with manual pagination for incremental access. |
| get_checkin_statsA | Get statistics about your check-in history (total count, date range, etc.) |
| get_categoriesA | Get all unique venue categories from your check-in history with counts. Useful for discovering what categories exist before filtering. EXPENSIVE: Scans entire history. |
| search_checkinsA | Search check-ins with flexible filters. EXPENSIVE: Requires client-side filtering. Use filters to narrow results. For comprehensive searches, increase max_scan. |
| get_venue_detailsA | Get detailed information about a venue by ID, including ratings, hours, tips, and photos. Venue IDs are included in check-in data. |
| get_top_venuesA | Get your most visited venues with visit counts. EXPENSIVE: Scans check-in history to aggregate venue visits. |
| get_server_infoA | Get information about this MCP server: data sources, privacy scope, available tools, and their costs. Cheap introspection call with no external API requests. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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/alexpriest/swarm-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server