@altronis/altronis-mcp

@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.

Category
Visit Server

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)

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured