MCP server for Australian Bureau of Statistics
An MCP (Model Context Protocol) server that provides access to the Australian Bureau of Statistics (ABS) Data API. This server allows AI assistants to query and analyze ABS statistical data through the SDMX-ML API.
npm install
npm run build
npm start
npm run build
: Build the TypeScript codenpm start
: Run the servernpm run inspector
: Run the MCP inspector for testingsrc/
├── index.ts # Main server implementation
├── services/
│ └── abs/
│ ├── ABSApiClient.ts # ABS API communication
│ └── DataFlowService.ts # Data flow management and caching
├── types/
│ └── abs.ts # TypeScript type definitions
└── utils/
└── logger.ts # Logging configuration
The ABSApiClient
class handles communication with the ABS Data API:
The DataFlowService
class manages ABS data flows:
Comprehensive logging system using Winston:
npm start
For more information about the ABS Data API:
MIT License
Math Mcp
A Model Context Protocol (MCP) server that provides basic mathematical and statistical functions to Large Language Models (LLMs). This server enables LLMs to perform accurate numerical calculations through a simple API.
Mcp Notion
Global Notion workspace-accessible MCP server for all Notion pages within the workspace
Awesome Cursor Mpc Server
Example of an MCP server with custom tools that can be called directly from cursor
A Model Context Protocol (MCP) server that enables AI assistants like Claude to check software end-of-life (EOL)
A Model Context Protocol (MCP) server that bridges Video & Audio content with Large Language Models using yt-dlp.
🤖 MCP Server for Substack integration with Claude AI Desktop. Download and parse Substack posts directly in your Claude conversations.