Skip to main content

Owlvin Platform MCP Server — one install, every AI tool.

Project description

Owlvin MCP Server

MCP server for the Owlvin platform — one install, every AI tool.

Works with Claude Code, Gemini CLI, Codex, and any MCP-compatible agent.

Install

pip install owlvin-mcp

Set your API key

export OWLVIN_API_KEY=ow_live_your_key_here

Or create a config file:

mkdir -p ~/.config/owlvin
echo '{"api_key": "ow_live_your_key_here"}' > ~/.config/owlvin/config.json

Get a key:

curl -X POST https://whoisgloom--owlvin-platform-web.modal.run/v1/keys \
  -H "Content-Type: application/json" \
  -d '{"email": "you@example.com"}'

Add to your agent

Claude Code

claude mcp add owlvin -- python -m owlvin_mcp

Or add to .claude/mcp.json:

{
  "mcpServers": {
    "owlvin": {
      "command": "python",
      "args": ["-m", "owlvin_mcp"],
      "env": {
        "OWLVIN_API_KEY": "ow_live_your_key_here"
      }
    }
  }
}

Gemini CLI

Add to ~/.gemini/settings.json:

{
  "mcpServers": {
    "owlvin": {
      "command": "python",
      "args": ["-m", "owlvin_mcp"],
      "env": {
        "OWLVIN_API_KEY": "ow_live_your_key_here"
      }
    }
  }
}

OpenAI Codex

codex --mcp-config mcp.json

With mcp.json:

{
  "mcpServers": {
    "owlvin": {
      "command": "python",
      "args": ["-m", "owlvin_mcp"]
    }
  }
}

Tools

owlvin_services

List all available services and pricing on the platform.

No parameters.

owlvin_credits

Check your credit balance and usage.

No parameters.

owlvin_buy_credits

Get a Stripe Checkout URL to buy credits.

Parameter Type Description
amount_cents int 500 ($5), 2500 ($25 + $5 bonus), or 10000 ($100 + $30 bonus)

owlvin_call

Call any service through the platform. Billing and auth handled automatically.

Parameter Type Description
service string Service slug (e.g. "drumsplit")
operation string Operation name (e.g. "full", "drumbus")
input_data string JSON string with operation parameters. Default: "{}"

owlvin_pricing

Show credit packages and per-call costs.

No parameters.

Config

Environment variables (take priority):

Variable Description
OWLVIN_API_KEY Your platform API key
OWLVIN_API_URL Override API URL (default: Modal deployment)

Config file (~/.config/owlvin/config.json):

{
  "api_key": "ow_live_your_key_here",
  "api_url": "https://whoisgloom--owlvin-platform-web.modal.run"
}

License

MIT

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

owlvin_mcp-1.1.0.tar.gz (5.2 kB view details)

Uploaded Source

Built Distribution

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

owlvin_mcp-1.1.0-py3-none-any.whl (6.5 kB view details)

Uploaded Python 3

File details

Details for the file owlvin_mcp-1.1.0.tar.gz.

File metadata

  • Download URL: owlvin_mcp-1.1.0.tar.gz
  • Upload date:
  • Size: 5.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.8

File hashes

Hashes for owlvin_mcp-1.1.0.tar.gz
Algorithm Hash digest
SHA256 110b3ad20e05d647a33dbcd8dd6edc203503492964ff7ad55aebc156fe84e3e2
MD5 5713e6aca79e2f9c098b5fa52ce2d813
BLAKE2b-256 334fb3c9758f6255b8ee0e28c262355d6d6a0b059cc4b7fc96aa4f2e96683b89

See more details on using hashes here.

File details

Details for the file owlvin_mcp-1.1.0-py3-none-any.whl.

File metadata

  • Download URL: owlvin_mcp-1.1.0-py3-none-any.whl
  • Upload date:
  • Size: 6.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.8

File hashes

Hashes for owlvin_mcp-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 5f849d6073803d6f08427f03661e206a6850e33041717eb6a6b16eef4e3e7814
MD5 a2813062b3fdcac42dbba8b502dfe29c
BLAKE2b-256 a24ce93beb429f2a7c8342945093e8e4b393ae5604ab1ceca57592be7ef211fa

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