@altronis/altronis-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@altronis/altronis-mcpAsk Lyra about AI grants for Singapore SMEs."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@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 --helpRelated MCP server: @intempt/mcp-server
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-mcpThen 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 toolsOutput is JSON on stdout; logs go to stderr.
Tools
Tool | What it does |
| Ask Agent Lyra, the Altronis consultant, an AI/strategy/governance/grants question. |
| Grant-matched AI transformation plan for a Singapore SME. |
| Upcoming AI events in Singapore (curated). |
| Latest curated Singapore-relevant AI news. |
| Singapore business-formation + industry-mix snapshot (SingStat). |
| Altronis's six service pillars, engagement model, and contact. |
Configuration
Env var | Default | Purpose |
|
| Point at a different origin (e.g. staging or self-hosted). |
|
| 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 sourceLicense
MIT © Altronis (altronis.sg)
This server cannot be deployed
Maintenance
Related MCP Connectors
- UnifAPIOAuthcom.unifapi
Hosted MCP server for live public-data APIs and Skills for AI agents.
MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini.
Public remote MCP server for Walnai AI Consulting services, pricing, calculator, FAQs, and adoption.
MCP server that lets AI assistants use all OneSchema features exposed via the public API.
Related MCP Servers
- AlicenseAqualityCmaintenanceAn MCP server for Metrx — provides tools for construction, healthcare, logistics, manufacturing, and legal mid-market businesses to query and analyze their operational data via AI.2341 npm2MIT

@intempt/mcp-serverofficial
FlicenseNot gradedqualityCmaintenanceMCP server for Intempt GrowthOS — AI content generation, brand management, knowledge base, and user/account lookup through natural language.-- AlicenseNot gradedqualityAmaintenanceComprehensive Singapore government data MCP server - typed tools for SG datasets (data.gov.sg and more) for any AI agent. NPM: https://www.npmjs.com/package/@altronis/sgdata-mcp HOMEPAGE: https://altronis.sg47 npmMIT
- FlicenseNot gradedqualityCmaintenanceAn MCP server that indexes Singapore Government GCC documentation and exposes search tools for AI assistants.-