Anfisa OS MCP Server
Allows AI agents to interact with Chase business banking services for account management and transaction handling.
Provides integration with DoorDash for managing deliveries, driver accounts, and earnings.
Provides integration with Lyft for managing rideshare operations, driver accounts, and earnings.
Provides integration with Uber for managing rideshare and delivery operations, driver accounts, and earnings.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Anfisa OS MCP Serverlook up carrier with USDOT 123456"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 scriptsQuick start (developer)
git clone https://github.com/dmitryborovoy/anfisa-os
cd anfisa-os
pnpm install
pnpm dev # runs core MCP server on :3001Quick 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 | |
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).
This server cannot be installed
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