allternit-ops

allternit-ops

A single MCP gateway for Allternit LLC business operations, providing tools for Stripe invoicing, Cloudflare Pages deployment, brain document search, and client folder creation, all with safety confirmations for destructive actions.

Category
Visit Server

README

allternit-ops

Single MCP gateway for Allternit LLC business operations. Stdio MCP server — every business-ops skill, delegated CLI agent (kimi/codex/agy), and future autonomous agent should go through this instead of touching Stripe keys, wrangler, or the brain directly.

Tools

Tool Effect Safety
stripe_charges_enabled Read-only account status check none needed
stripe_list_recent_invoices Read-only invoice list none needed
stripe_send_invoice Wraps send_invoice.py defaults to --dry-run; needs confirm: true to actually finalize/send
cloudflare_list_pages_projects Read-only wrangler pages project list none needed
cloudflare_deploy_pages Deploys a directory to a Pages project prints the command only unless confirm: true; project restricted to a known-projects enum
brain_search Grep over allternit-brain/**/*.md read-only
brain_read Read one brain doc read-only, path-traversal-guarded to the brain root
model_route Look up which model tier/backend to use for a task class (model-routing.json) read-only; only meaningful when spawning a subagent or autonomous agent — an interactive session stays on its own model
client_new_folder_skeleton Creates Allternit LLC/06_Client_Ops_and_Contracts/<Client>/ and copies business-ops-kit templates in, named per the kickoff playbook's convention local file writes only — never touches Stripe or sends anything; those steps stay manual per the playbook

Setup

cd ~/Desktop/Allternit/allternit-ops
npm install

Requires: python3 (for stripe_send_invoice), the Stripe key in the macOS Keychain (security find-generic-password -s stripe-allternit -w, fallback env var STRIPE_KEY), and network access to api.stripe.com. Cloudflare tools shell out to npx wrangler, which resolves an already-OAuth-authed wrangler — no separate credential needed on this Mac.

Register with Claude Code

Add to Claude Code's MCP config (claude mcp add or the relevant .mcp.json/settings entry):

{
  "mcpServers": {
    "allternit-ops": {
      "command": "node",
      "args": ["/Users/joe/Desktop/Allternit/allternit-ops/index.js"]
    }
  }
}

Known gap (2026-07-21)

stripe_charges_enabled fails with a permission error on the current claude-setup restricted key — it lacks the accounts_kyc_basic_read scope needed for GET /v1/account. Add that scope via the Stripe dashboard (link is in the error message) if this tool needs to work; everything else (invoices, customers) already has write access per allternit-brain/infra/stripe.md.

Design notes

  • Money- and deploy-affecting tools mirror send_invoice.py's own --dry-run-by-default pattern: nothing irreversible happens without an explicit confirm: true.
  • cloudflare_deploy_pages only accepts project names from a fixed list (sourced from allternit-brain/infra/cloudflare.md) so a typo can't push to the wrong project.
  • This is intentionally a separate package from the platform's own mcp/servers (which turned out to be an unrelated MCP-Apps/interactive-capsules protocol library, not a tool-server scaffold) — company-ops tooling stays out of the product repo.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured