Skip to main content
Glama
jacwalste

VendorOps MCP

by jacwalste

VendorOps MCP

VendorOps is a Model Context Protocol (MCP) server for a synthetic internal vendor-management workflow. It gives AI applications structured access to vendor records, contracts, spending, renewals, and security reviews.

The project is intentionally built in small, reviewable slices. Phase 1 uses Python, the official MCP Python SDK, SQLite, Pydantic, and pytest to expose read-only vendor data over a local stdio connection.

All vendor and contract data in this repository is synthetic.

Development

Install the locked dependencies:

uv sync

Run the test suite:

uv run pytest

Run the local stdio server:

uv run vendorops-mcp

The server waits for an MCP host to send protocol messages over stdin. It does not open a network port or print a user interface.

By default, VendorOps creates data/vendorops.db and seeds it with 30 synthetic vendors. Set VENDOROPS_DB_PATH to use a different SQLite file.

Related MCP server: SupliiChain MCP Sandbox

Current MCP Capabilities

Tools

  • search_vendors: Search vendor records by name, category, or owner, with optional category and status filters.

Install Server
F
license - not found
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    C
    maintenance
    A lightweight, local inventory-intelligence MCP server that enables querying structured inventory schemas with read-only, zero-config tools for stock levels, velocity metrics, and purchase orders.
    6
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Provides a sovereign, MIT-licensed MCP server for professional-service workflows, running entirely on your infrastructure with Ed25519 cryptographic signing for every action.
    MIT
  • A
    license
    -
    quality
    A
    maintenance
    This MCP server provides a local-first control plane for coding agents, enabling task routing, contract management, and shared learning across multiple AI vendors via markdown files.
    5
    MIT

View all related MCP servers

Related MCP Connectors

  • Read-only MCP server for ClassQuill, a tutoring-business-management platform.

  • MCP server for managing Prisma Postgres.

  • MCP server for Brazilian Federal Senate open data (legislative, administrative, e-Cidadania).

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jacwalste/vendorops-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server