Skip to main content

MCP server for Augur API microservices

Project description

Augur MCP Server

FastMCP server exposing Augur API microservices as 7 generic MCP tools.

Install

uvx simpleapps-com-augur-mcp

Authentication

Credentials are resolved in this order (first match wins):

  1. Environment variablesAUGUR_TOKEN + AUGUR_SITE_ID
  2. Explicit fileAUGUR_CREDS_FILE env var pointing to a JSON file (supports ~)
  3. Project file.simpleapps/augur-api.json in the current working directory
  4. Global file~/.simpleapps/augur-api.json

Steps 3 and 4 are merged — project credentials take precedence when the same site_id appears in both files.

Single-site credentials

{
  "siteId": "your-site-id",
  "jwt": "your-jwt-token"
}

Multi-site credentials

Configure multiple sites in a single file:

{
  "acme-corp": { "jwt": "acme-jwt" },
  "other-site": { "jwt": "other-jwt" }
}

The format is auto-detected: a top-level siteId key means single-site, otherwise each key is the site ID and its value contains the JWT.

Project + global merge

You can keep site-specific credentials in your project and shared credentials globally:

~/.simpleapps/augur-api.json        → {"siteId": "shared-site", "jwt": "..."}
./project/.simpleapps/augur-api.json → {"siteId": "project-site", "jwt": "..."}

Both are loaded and merged. If the same siteId exists in both, the project file wins.

MCP Configuration

Minimal — no env vars needed when using project or global credentials:

{
  "mcpServers": {
    "augur-api": {
      "command": "uvx",
      "args": ["simpleapps-com-augur-mcp"]
    }
  }
}

Override: specific credentials file

{
  "mcpServers": {
    "augur-api": {
      "command": "uvx",
      "args": ["simpleapps-com-augur-mcp"],
      "env": {
        "AUGUR_CREDS_FILE": "~/projects/clients/acme-corp/.simpleapps/augur-api.json"
      }
    }
  }
}

Override: environment variables

{
  "mcpServers": {
    "augur-api": {
      "command": "uvx",
      "args": ["simpleapps-com-augur-mcp"],
      "env": {
        "AUGUR_TOKEN": "your-jwt-token",
        "AUGUR_SITE_ID": "your-site-id"
      }
    }
  }
}

Tools

Tool Purpose
augur_sites List configured sites
augur_discover List services or endpoints for a service
augur_list List records (GET collection)
augur_get Get single record by ID
augur_create Create record (POST)
augur_update Update record (PUT)
augur_delete Delete record (DELETE)

Site parameter

When multiple sites are configured, the 5 data tools (augur_list, augur_get, augur_create, augur_update, augur_delete) accept an optional site parameter to specify which site to query. If only one site is configured, the site parameter can be omitted.

augur_sites

Use augur_sites to see which sites are configured. When only one site exists, it is marked with "default": true.

Project details


Download files

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

Source Distribution

simpleapps_com_augur_mcp-0.9.13.tar.gz (100.6 kB view details)

Uploaded Source

Built Distribution

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

simpleapps_com_augur_mcp-0.9.13-py3-none-any.whl (25.2 kB view details)

Uploaded Python 3

File details

Details for the file simpleapps_com_augur_mcp-0.9.13.tar.gz.

File metadata

File hashes

Hashes for simpleapps_com_augur_mcp-0.9.13.tar.gz
Algorithm Hash digest
SHA256 5bb16fced02d8405f3b1438938f85300a167fd34d48309546d8f14062f77514d
MD5 61d8843986b58d3c33fc26a530e8a292
BLAKE2b-256 a6b37d3148aba9be6f8430c4d1c9f83da89c0e209d0a9f5776601dfde4e169bd

See more details on using hashes here.

File details

Details for the file simpleapps_com_augur_mcp-0.9.13-py3-none-any.whl.

File metadata

File hashes

Hashes for simpleapps_com_augur_mcp-0.9.13-py3-none-any.whl
Algorithm Hash digest
SHA256 94eb346a8dae2ab438a56afdc144ebaa448a4eb9b5a6c7c152c18c5e866d6bce
MD5 d09cf79be7c6734ad71feec201c6ae5b
BLAKE2b-256 7b2af714e7d47bc4b6946b7af702a67050896ee8540d855c20eb759e5b2aded4

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 Pingdom Monitoring Sentry Error logging StatusPage Status page