Anfisa OS MCP Server
Anfisa OS — Универсальный MCP для русскоязычной Америки
MCP-слой для грузоперевозок, райдшеринга, страхования, налогов, бизнеса, иммиграции, банковского дела, кредитования, права и комплаенса. Создан для AI-агентов и людей.
Слоган (RU): Мы полезны для AI-агентов и людей. Слоган (EN): The MCP layer for Russian-speaking America.
Структура монорепозитория
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Быстрый старт (для разработчиков)
git clone https://github.com/dmitryborovoy/anfisa-os
cd anfisa-os
pnpm install
pnpm dev # runs core MCP server on :3001Быстрый старт (MCP-клиент / AI-агент)
# 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_..." }
}
}
}Тарифы
Тариф | Цена | Запросов/день | Пакеты | Поддержка |
Free | $0 | 100 | грузоперевозки (базовый) | Сообщество |
Pro | $49/мес | 5 000 | 3 пакета | |
Business | $199/мес | 50 000 | Все 12 | Slack |
Enterprise | $999+/мес | Безлимит | Все + кастомные | Персональная |
Лицензия
Ядро: MIT. Отраслевые пакеты: двойная лицензия (бесплатно для некоммерческого использования, платно для коммерческого).
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