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.4.tar.gz (3.4 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.4-py3-none-any.whl (4.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: jobescape_concierge-0.1.4.tar.gz
  • Upload date:
  • Size: 3.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.33 {"installer":{"name":"uv","version":"0.11.33","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.4.tar.gz
Algorithm Hash digest
SHA256 0c14c8447ca56b17478ec16e31186845ab716805174bdb267ade3242ac2a3c38
MD5 1b2c76e1c08fe836ba2e07cf3dc44812
BLAKE2b-256 29fa199a8e3f3f034b773c08d0f0d5a2b5fa643e4a5ec94540c9fc4724a05ede

See more details on using hashes here.

File details

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

File metadata

  • Download URL: jobescape_concierge-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 4.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.33 {"installer":{"name":"uv","version":"0.11.33","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.4-py3-none-any.whl
Algorithm Hash digest
SHA256 aa60ea205841175c4d5c405ced1abaf4b5e032ac492aaeda714d51a2442752a6
MD5 8eb578615dd68c616b73b3f0f61e01e3
BLAKE2b-256 ab29883a626fbb3a947a1f6ee3a0e617ac67d83aea8dd67bb5f1b758283c3fdd

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