Skip to main content
Glama

Anfisa OS — Universal MCP for Russian-Speaking America

The MCP layer for trucking, rideshare, insurance, tax, business, immigration, banking, credit, legal, and compliance. Built for AI agents and humans.

Tagline (RU): Мы полезны для AI-агентов и людей. Tagline (EN): The MCP layer for Russian-speaking America.

Monorepo structure

anfisa-os/
├── packages/
│   ├── core/           # MCP server core, auth, billing, dispatcher
│   ├── trucking/       # FMCSA, DOT, IFTA, Clearinghouse pack
│   ├── rideshare/      # Uber, Lyft, DoorDash, TLC pack
│   ├── insurance/      # P&C, commercial auto, workers comp pack
│   ├── tax/            # IRS, 1099, ITIN, S-Corp pack
│   ├── business/       # LLC, Corp, EIN, registered agent pack
│   ├── immigration/    # USCIS, visas, green card pack
│   ├── legal-ru/       # Apostille, translations, consulates pack
│   ├── banking/        # Business banking, Mercury, Chase pack
│   ├── credit/         # Business credit, personal credit, DUNS pack
│   ├── permits/        # State permits, HUT, KYU, SCAC pack
│   ├── compliance/     # OSHA, FDA, SBA, state compliance pack
│   ├── community/      # Russian-speaking business directory pack
│   ├── cli/            # @anfisa/cli — npm i -g @anfisa/cli
│   └── api/            # REST API gateway (api.truckernavi.com)
├── apps/
│   ├── landing/        # anfisa.dev marketing site (Next.js)
│   ├── playground/     # Interactive MCP playground
│   └── docs/           # Mintlify documentation
├── db/migrations/      # Supabase SQL migrations
└── scripts/            # Data refresh, deployment scripts

Quick start (developer)

git clone https://github.com/dmitryborovoy/anfisa-os
cd anfisa-os
pnpm install
pnpm dev                # runs core MCP server on :3001

Quick start (MCP client / AI agent)

# Install via npm
npm i -g @anfisa/cli
anfisa auth login
anfisa lookup-carrier USDOT123456

# Or via MCP config (Claude Desktop, Cursor, etc)
{
  "mcpServers": {
    "anfisa": {
      "command": "npx",
      "args": ["-y", "@anfisa/mcp-server"],
      "env": { "ANFISA_API_KEY": "ank_..." }
    }
  }
}

Pricing

Tier

Price

Calls/day

Packs

Support

Free

$0

100

trucking (basic)

Community

Pro

$49/mo

5,000

3 packs

Email

Business

$199/mo

50,000

All 12

Slack

Enterprise

$999+/mo

Unlimited

All + custom

Dedicated

License

Core: MIT. Domain packs: dual-license (free for non-commercial, paid for commercial).

F
license - not found
-
quality - not tested
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

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/dmitryborovoy-bot/anfisa-os'

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