Skip to main content
Glama

Anfisa OS — Universelles MCP für russischsprachige Amerikaner

Die MCP-Schicht für Transport, Mitfahrgelegenheiten, Versicherungen, Steuern, Wirtschaft, Einwanderung, Bankwesen, Kreditwesen, Recht und Compliance. Entwickelt für KI-Agenten und Menschen.

Tagline (RU): Мы полезны для AI-агентов и людей. Tagline (EN): Die MCP-Schicht für russischsprachige Amerikaner.

Monorepo-Struktur

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

Schnellstart (Entwickler)

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

Schnellstart (MCP-Client / KI-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_..." }
    }
  }
}

Preise

Stufe

Preis

Anrufe/Tag

Pakete

Support

Kostenlos

$0

100

Transport (Basis)

Community

Pro

$49/Monat

5.000

3 Pakete

E-Mail

Business

$199/Monat

50.000

Alle 12

Slack

Enterprise

$999+/Monat

Unbegrenzt

Alle + benutzerdefiniert

Dediziert

Lizenz

Kern: MIT. Domain-Pakete: Doppellizenz (kostenlos für nicht-kommerzielle, kostenpflichtig für kommerzielle Zwecke).

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