Anfisa OS MCP Server
Anfisa OS — ロシア語圏アメリカ向けユニバーサルMCP
トラック輸送、ライドシェア、保険、税務、ビジネス、移民、銀行、クレジット、法律、コンプライアンスのためのMCPレイヤー。AIエージェントと人間のために構築されました。
タグライン (RU): Мы полезны для AI-агентов и людей. タグライン (EN): ロシア語圏アメリカのためのMCPレイヤー。
モノレポ構造
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_..." }
}
}
}料金プラン
プラン | 価格 | 1日あたりのコール数 | パック | サポート |
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