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.
Related MCP Connectors
Phone, SMS & email for AI agents — one remote MCP endpoint, OAuth login, zero install.
Operator-as-agent MCP hub. 6 tools. First $5 free, then $0.001/call.
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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