Skip to content

Add uberall MCP server #141

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions servers/uberall/server.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
name: uberall
image: uberall/uberall-mcp-server
type: server
meta:
category: ecommerce
tags:
- ecommerce
- location presence
- listings
- reviews
- social-posting
- uberall
about:
title: Uberall MCP Server
description: Manage multi-location presence, including listings, reviews, and social posting, via uberall.
icon: https://uberall.com/media/favicon.svg
source:
project: https://github.com/uberall/uberall-mcp-server
config:
description: Configure the connection to Uberall API for managing location presence
env:
- name: uberall.access_token
env: UBERALL_ACCESS_TOKEN
example: your_access_token_here
required: true
- name: UBERALL_URL
example: https://sandbox.uberall.com
value: '{{uberall.uberall_url}}'
required: true
parameters:
type: object
required: ["uberall_url", "uberall_access_token"]
properties:
uberall_access_token:
type: string
description: "The Uberall API access token for authentication"
uberall_url:
type: string
description: "The Uberall API base URL"
default: "https://sandbox.uberall.com"
pattern: "^https?://.*"