A **Model Context Protocol (MCP)** server that integrates with the **Uberall API**, enabling AI assistants to seamlessly manage business listings
Uberall mcp server lets Claude, Cursor and other MCP clients work with Uberall directly. A Model Context Protocol (MCP) server that integrates with the Uberall API, enabling AI assistants to seamlessly manage business listings, locations, and social media presence across multiple platforms.
A Model Context Protocol (MCP) server that integrates with the Uberall API, enabling AI assistants to seamlessly manage business listings, locations, and social media presence across multiple platforms.
Once connected, the assistant can call these 6 tools directly:
Authentication — Clear messages for invalid access tokensPrerequisites — The Prerequisites tool exposed by this serverfind_businesses — Find businesses that the user has access to. Business IDs can be used to create social posts and find locationsfind_locations — Find locations that belong to businesses. Location IDs are required for creating social postscreate_social_post — Create a social media post for specified locations and platformssearch_social_posts — Search and filter existing social posts accessible by the userThe server is distributed via a container image as uberall/uberall-mcp-server, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.
Before the server will start you need to supply 3 environment variables: UBERALL_ACCESS_TOKEN, UBERALL_URL, UBERALL_API_KEY. Keep credentials in your client's env block or a secrets manager rather than committing them.
java -version) - Docker (alternative to Java installation) - Gradle (only if building from source) > ⚠️ Important: This server requires Java 17+. If you get UnsupportedClassVersionError, you're running an older Java version. Use java -version to check your version.Developer-tool servers are usually the first ones people connect, because they turn "help me with this code" into an assistant that can actually read the repo and act on it. Uberall sits in that group, and the shape of its toolset — Authentication, Prerequisites, find_businesses among others — tells you what it is really for. Worth comparing against the other developer tools servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| Authentication | Clear messages for invalid access tokens |
| Prerequisites | The Prerequisites tool exposed by this server. |
| find_businesses | Find businesses that the user has access to. Business IDs can be used to create social posts and find locations. |
| find_locations | Find locations that belong to businesses. Location IDs are required for creating social posts. |
| create_social_post | Create a social media post for specified locations and platforms. |
| search_social_posts | Search and filter existing social posts accessible by the user. |
{
"mcpServers": {
"uberall": {
"command": "docker",
"args": ["run", "-i", "--rm", "uberall/uberall-mcp-server"],
"env": {
"UBERALL_ACCESS_TOKEN": "your-value",
"UBERALL_URL": "your-value",
"UBERALL_API_KEY": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
java -version) - Docker (alternative to Java installation) - Gradle (only if building from source) > ⚠️ Important: This server requires Java 17+. If you get UnsupportedClassVersionError, you're running an older Java version. Use java -version to check your version.| Variable | Description | Required |
|---|---|---|
| UBERALL_ACCESS_TOKEN | Credential the server authenticates with. | Yes |
| UBERALL_URL | Endpoint or connection string the server talks to. | Yes |
| UBERALL_API_KEY | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.