Skip to main content

jobescape-concierge

Concierge MCP server. Connects Claude (and any MCP-compatible client) to the Concierge BigQuery assistant over stdio — no repo clone, no database or cloud credentials required.

Requirements

  • uv installed (for uvx)
  • A Concierge API token (request one from the Concierge admin; tokens are tied to your @nvs.team email)

Add to Claude Desktop / Claude Code

claude mcp add concierge \
  -e CONCIERGE_API_TOKEN=t2s_... \
  -- uvx jobescape-concierge

Or edit claude_desktop_config.json directly:

{
  "mcpServers": {
    "concierge": {
      "command": "uvx",
      "args": ["jobescape-concierge"],
      "env": {
        "CONCIERGE_API_TOKEN": "t2s_..."
      }
    }
  }
}

Replace t2s_... with your actual token, then fully quit and reopen Claude Desktop.

Local development

Point the server at a locally running Concierge instance:

CONCIERGE_API_TOKEN=t2s_... CONCIERGE_MCP_URL=http://localhost:8080/mcp/ uvx jobescape-concierge

Environment variables

Variable Required Default Description
CONCIERGE_API_TOKEN Yes Plaintext API token (t2s_... prefix).
CONCIERGE_MCP_URL No https://concierge-yh7apzuicq-ue.a.run.app/mcp/ Base URL for the Concierge MCP endpoint. Use a localhost URL for local dev.

How it works

On startup the server connects to the Concierge cloud MCP endpoint over HTTPS, validates your token, and fetches the available tool list. It then re-serves those tools over the MCP stdio protocol and forwards every tool call to the cloud. No SQL, schema, or credentials live in this package — all data access happens server-side.

License

MIT

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jobescape_concierge-0.1.3.tar.gz (3.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

jobescape_concierge-0.1.3-py3-none-any.whl (4.1 kB view details)

Uploaded Python 3

File details

Details for the file jobescape_concierge-0.1.3.tar.gz.

File metadata

  • Download URL: jobescape_concierge-0.1.3.tar.gz
  • Upload date:
  • Size: 3.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.32 {"installer":{"name":"uv","version":"0.11.32","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for jobescape_concierge-0.1.3.tar.gz
Algorithm Hash digest
SHA256 7ec9cb32ada06d062a1b4ce9109d8e4c0c8ede464b547e878557da4d25642de7
MD5 ccab826a5e198c16299b9e2bbc779ecd
BLAKE2b-256 abd3ecd46ec71259a38cfdd041c1a91c8be68d57be623fdc5326e225234e2cc1

See more details on using hashes here.

File details

Details for the file jobescape_concierge-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: jobescape_concierge-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 4.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.32 {"installer":{"name":"uv","version":"0.11.32","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for jobescape_concierge-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 d5c2e731113110194bbffb96958b5a76871891143b69164a2cfd3fa7800746c8
MD5 55eb66ae8708b20c6c11448e5abe8ec6
BLAKE2b-256 f163021a2d4ea176f1e128bfe1982311c6324d6add5d5aa4ef687c115584b5c5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page