MCP Directory
Back

supplierio-mcp

by dibya-1235 · TypeScript · ★ 0

Internal MCP server for Claude Desktop — search Supplier.io supplier database using natural language. Built with Node.js, Express, and @modelcontextprotocol/sdk.

Install

npx -y github:dibya-1235/supplierio-mcp

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "supplierio-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:dibya-1235/supplierio-mcp"
      ]
    }
  }
}

From the README

An MCP (Model Context Protocol) server that lets Claude search the Supplier.io supplier database using natural language. **Example queries:** - "Find minority-owned staffing companies in Texas" - "Search for women-owned IT suppliers with under 200 employees" - "Show me veteran-owned manufacturers in California" **Key files:** --- | Parameter | Description | Example | |---|---|---| | | Keyword search | "catering", "IT staffing" | | | Filter by company name | "Acme Corp" | | | 2-letter US state code | "TX", "MA" | | | ISO 3-letter country code | "USA", "CAN" | | | 6-digit NAICS industry…
Read full README on GitHub →

Related databases servers