Build, Customize, and Scale a Secure MCP Infrastructure

Connect AI to your business in 8 steps, no coding

Fill in a guided wizard and get a ready-to-run MCP server. Claude and other AI assistants can then search your products, check stock and prepare quotes, with controlled access and every action logged.

MCP (Model Context Protocol) is the open standard Claude, ChatGPT, Microsoft and Google use to connect AI to real systems.

manifest.yaml✓ Manifest is valid
company:
  name: Blue Harbor Supply
  defaultCurrency: USD
server:
  name: blue-harbor-sales
  transports: [stdio, http]
api:
  baseUrl: https://api.blueharbor.example/v2
  auth:
    type: api_key
    valueEnv: BLUE_API_KEY  # never typed in
tools: [search_products, check_stock,
        get_pricing, create_quote]
access:
  apiKeys:
    - id: harbor-sales-team
      scopes: [catalog:read, stock:read]
      requestsPerMinute: 60
audit: { enabled: true }

Loading the video…

Narrated demo · 2 min 40 s

Watch a real server built end to end

A sample company, Blue Harbor Supply, fills in the 8 steps, generates its server, builds it and tests it. Tap a chapter to jump there.

How it works

Eight steps, checked as you type

The wizard validates every answer on the spot and shows the manifest it is building. If something is missing, it tells you what and on which step.

  1. 01

    Company & server

    Name, description, instructions for the AI, and how apps connect.

  2. 02

    Company API

    Point it at your existing API. The key is read from an environment variable, never typed in.

  3. 03

    Standard tools

    Product search, stock, pricing, quotes and order status.

  4. 04

    Field mappings

    Map your API's field names to standard ones so the AI sees clean data.

  5. 05

    Custom toolsoptional

    Add actions unique to your business.

  6. 06

    Resources & promptsoptional

    Share documents like your return policy, plus reusable prompts.

  7. 07

    Access, limits & audit

    Keys per team, what each may do, per-minute limits and the audit log.

  8. 08

    Review & generate

    One click on Generate server and you get the code plus the next steps.

Build itnpm install npm run build
Connect itAdd it to Claude Desktop, Claude Code or your AI app.
Use itAsk the AI about stock and prices with your real data.
Security by design

The AI only sees what you allow

Every generated server and the web dashboard ship with security built in. Nothing to bolt on later.

Microsoft sign-in

The dashboard uses your Microsoft account (Entra ID, formerly Azure AD). Only invited people get in.

Isolated workspace per client

Each client gets its own workspace. Client B cannot read, change or download anything of client A's.

Secrets stay out

Your API keys live in environment variables. Access keys are stored only as a SHA-256 hash.

Scopes per key

Decide what each team may do: for example, read catalog and stock but not place orders.

Every call is logged

The audit log records every tool call, and you can redact sensitive fields.

Encryption and limits

Manifests are encrypted at rest (AES-GCM). Usage is rate limited per client and per sign-in.

29/29

Security tests pass on the dashboard, plus 71/71 generator tests. Includes: forged sessions refused, uninvited users blocked, client isolation, and verified token signatures.

Launch pricing

Start small, grow when you're ready

Monthly prices in US dollars.

Starter

$49 /month

For a small business with one system.

  • 1 workspace
  • 1 MCP server
  • Up to 5 users
Recommended

Business

$199 /month

For teams with several departments or brands.

  • 5 workspaces
  • Unlimited servers
  • Audit log
  • Email support

Agency

$499 /month

For agencies connecting their own clients.

  • Unlimited workspaces
  • White label: your logo
  • Your own domain

Done for you

$1,500–5,000

One-time. We set up your whole connector.

  • Review of your API
  • Setup and testing
  • Optional upkeep $300/month

Larger companies that need it in their own cloud: custom enterprise license.

Why now

AI agents need connectors

Today's tools are built for developers. This one is built for business owners, in English and Spanish.

Pilot program

Connect your first system with our help

We're taking a small number of pilot companies at a discount. We'll walk you from step one until the AI answers with your data.

  1. Tell us which system you use (store, ERP, inventory).
  2. We fill in the 8-step wizard together.
  3. We generate, build and test your server.
  4. Your team starts asking the AI.