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_..." }
}
}
}요금제
등급 | 가격 | 일일 호출 수 | 팩 | 지원 |
무료 | $0 | 100 | 트럭 운송 (기본) | 커뮤니티 |
프로 | 월 $49 | 5,000 | 3개 팩 | 이메일 |
비즈니스 | 월 $199 | 50,000 | 12개 전체 | Slack |
엔터프라이즈 | 월 $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