@altronis/altronis-mcp
MCP server and CLI for Altronis, providing read-only access to Singapore AI consulting tools including an AI consultant, grant-matched transformation plans, and curated Singapore AI events, news, and ecosystem data.
README
@altronis/altronis-mcp
MCP server and CLI for Altronis — Singapore AI consulting. It gives an AI agent (or you, from a shell) a set of read-only tools over the public altronis.sg endpoints: ask the Lyra consultant, generate a grant-matched AI transformation plan, and pull curated Singapore AI events, news, and business-formation data.
One codebase, two entry points:
altronis-mcp— a stdio MCP server for Claude Desktop, Claude Code, Cursor, and any MCP client.altronis— the same tools as a command-line tool.
Read-only by design: no tool mutates anything or captures leads.
Install
npm install -g @altronis/altronis-mcp
# or run without installing:
npx @altronis/altronis-mcp --help
Use as an MCP server
Add it to your MCP client config. For Claude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"altronis": {
"command": "npx",
"args": ["-y", "@altronis/altronis-mcp"]
}
}
}
For Claude Code:
claude mcp add altronis -- npx -y @altronis/altronis-mcp
Then ask your agent things like "use altronis to draft an AI plan for a Singapore precision-manufacturing SME" or "what AI events are on in Singapore this month?".
Use as a CLI
altronis ask "does an on-prem LLM satisfy PDPA?"
altronis plan --sector manufacturing "40-person precision stamping SME, manual QC reports, uses Excel + WhatsApp"
altronis events 5
altronis news 5
altronis ecosystem
altronis services
altronis tool altronis_ask '{"question":"..."}' # call any tool by name
altronis list # list all tools
Output is JSON on stdout; logs go to stderr.
Tools
| Tool | What it does |
|---|---|
altronis_ask |
Ask Agent Lyra, the Altronis consultant, an AI/strategy/governance/grants question. |
altronis_transformation_plan |
Grant-matched AI transformation plan for a Singapore SME. sector = sport, manufacturing, or fnb. |
altronis_sg_ai_events |
Upcoming AI events in Singapore (curated). |
altronis_sg_ai_news |
Latest curated Singapore-relevant AI news. |
altronis_sg_ecosystem |
Singapore business-formation + industry-mix snapshot (SingStat). |
altronis_services |
Altronis's six service pillars, engagement model, and contact. |
Configuration
| Env var | Default | Purpose |
|---|---|---|
ALTRONIS_BASE_URL |
https://altronis.sg |
Point at a different origin (e.g. staging or self-hosted). |
ALTRONIS_TIMEOUT_MS |
30000 |
Per-request timeout. |
Develop
npm install
npm run build # tsc -> dist/
npm test # unit tests (mocked fetch)
npm run smoke # live integration test against altronis.sg
npm run dev # run the MCP server from source (tsx)
npm run cli -- ask "..." # run the CLI from source
License
MIT © Altronis (altronis.sg)
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。