BuyICT MCP Server

BuyICT MCP Server

Provides access to Australian Government ICT procurement opportunities from BuyICT, enabling users to search contracts across multiple marketplaces, view detailed opportunity information, and explore available procurement channels.

Category
Visit Server

README

BuyICT MCP Server

A Model Context Protocol (MCP) server that provides Claude with access to Australian Government ICT procurement opportunities from BuyICT.

Features

  • 🔍 Search procurement opportunities across multiple marketplaces
  • 📋 Get detailed information about specific opportunities
  • 🏪 List available marketplaces (PCS, SMP, CMP, LH, TMP, DC, HMP)
  • 🔐 Supports authenticated access to BuyICT ServiceNow instance

Installation

  1. Clone this repository or navigate to the project directory:
cd buyict_mcp
  1. Install dependencies:
npm install
  1. Build the TypeScript code:
npm run build

Configuration

1. Environment Variables

Copy the example environment file and fill in your credentials:

cp .env.example .env

2. Obtaining Session Credentials

To access BuyICT data, you need to provide session credentials from your browser:

  1. Open https://www.buyict.gov.au in your browser
  2. Log in (if required for the opportunities you want to access)
  3. Open Developer Tools (F12)
  4. Go to the Network tab
  5. Navigate to the Opportunities page or refresh it
  6. Look for a request to /api/now/sp/page?id=opportunities
  7. Click on it and go to the Headers section
  8. Find and copy the following values to your .env file:

From the Cookie header:

  • JSESSIONIDBUYICT_SESSION_ID
  • glide_user_routeBUYICT_GLIDE_USER_ROUTE
  • glide_node_id_for_jsBUYICT_GLIDE_NODE_ID
  • VALK_SESSION_IDBUYICT_VALK_SESSION_ID

From request headers:

  • X-UserTokenBUYICT_USER_TOKEN
  • UX-TokenBUYICT_UX_TOKEN

Note: These tokens expire after some time. If you get authentication errors, you'll need to refresh them by repeating this process.

Usage with Claude Desktop

  1. Add the server to your Claude Desktop configuration file:

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "buyict": {
      "command": "node",
      "args": ["/absolute/path/to/buyict_mcp/dist/index.js"],
      "env": {
        "BUYICT_SESSION_ID": "your_session_id_here",
        "BUYICT_USER_TOKEN": "your_user_token_here",
        "BUYICT_UX_TOKEN": "your_ux_token_here"
      }
    }
  }
}

Or, to load from your .env file, use a wrapper script.

  1. Restart Claude Desktop

  2. The server will now be available with the following tools:

Available Tools

search_opportunities

Search for procurement opportunities with optional filters.

Parameters:

  • keyword (string, optional): Search term to filter opportunities
  • marketplace (string, optional): Filter by marketplace code (PCS, SMP, CMP, LH, TMP, DC, HMP)
  • page_size (number, optional): Results per page (default: 15, max: 100)
  • page (number, optional): Page number (default: 1)

Example:

Search for cloud computing opportunities in the Cloud Marketplace

get_opportunity_details

Get detailed information about a specific opportunity.

Parameters:

  • opportunity_id (string, required): The sys_id of the opportunity
  • table (string, required): Source table name (e.g., u_cmp_procurement)

Example:

Get details for opportunity ID abc123 from the u_cmp_procurement table

list_marketplaces

Get a list of all available marketplaces.

Example:

Show me all available BuyICT marketplaces

Marketplaces

The server supports the following BuyICT marketplaces:

Code Name Table
PCS Panel & Catalogue Services u_pcs_procurement
SMP Software Marketplace u_smp_procurement
CMP Cloud Marketplace u_cmp_procurement
LH Labour Hire u_lh_procurement
TMP Telecommunications Marketplace u_tmp_procurement
DC Data Centre u_dc_procurement
HMP Hardware Marketplace u_hmp_procurement

Development

Project Structure

buyict_mcp/
├── src/
│   ├── index.ts                 # MCP server entry point
│   ├── servicenow-client.ts     # ServiceNow API client
│   └── types.ts                 # TypeScript type definitions
├── config/
│   └── buyict-config.json       # Server configuration
├── dist/                        # Compiled JavaScript (generated)
├── package.json
├── tsconfig.json
├── .env.example
└── README.md

Building

npm run build

Development Mode (with watch)

npm run dev

Testing

Start the server manually to test:

npm start

Current Limitations

⚠️ Important: The current implementation has some limitations due to the ServiceNow Service Portal architecture:

  1. Data Fetching: The search_opportunities tool currently returns the initial page structure but may not include actual opportunity data. This is because:

    • ServiceNow widgets load data asynchronously via server-side scripts
    • The exact API endpoint for fetching opportunity data needs further investigation
    • May require authenticated access for full data access
  2. Authentication: Session tokens expire and need to be manually refreshed from your browser.

  3. Future Improvements Needed:

    • Discover the correct API endpoint for fetching opportunity listings
    • Implement automatic session refresh
    • Add caching to reduce API calls
    • Support more advanced filtering options

API Documentation

See these files for more details:

  • API_FINDINGS.md - Detailed API analysis and findings
  • AUTHENTICATION_ANALYSIS.md - Authentication mechanisms and requirements
  • MCP_SERVER_DESIGN.md - Architecture and design decisions

Troubleshooting

"User Not Authenticated" Error

This means your session tokens have expired. Follow the Configuration steps to get new tokens from your browser.

No Opportunities Returned

The search endpoint may require further implementation. Check the server logs for details. You may need to access opportunities directly via the website or investigate additional API endpoints.

Connection Issues

Ensure:

  • You have internet connectivity
  • BuyICT website is accessible
  • Your tokens are valid and not expired

Contributing

This is a work in progress. Contributions are welcome, especially:

  • Discovering the correct API endpoints for opportunity data
  • Implementing automatic authentication
  • Adding more filtering and search capabilities
  • Improving error handling

License

MIT

Disclaimer

This is an unofficial tool and is not affiliated with or endorsed by the Australian Government Digital Transformation Agency or BuyICT. Use responsibly and in accordance with BuyICT's terms of service.

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