BuyICT MCP Server
Click on "Install 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., "@BuyICT MCP Serversearch for cloud computing opportunities in the Cloud Marketplace"
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.
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
Related MCP server: mcp-datagov-au
Installation
Clone this repository or navigate to the project directory:
cd buyict_mcpInstall dependencies:
npm installBuild the TypeScript code:
npm run buildConfiguration
1. Environment Variables
Copy the example environment file and fill in your credentials:
cp .env.example .env2. Obtaining Session Credentials
To access BuyICT data, you need to provide session credentials from your browser:
Open https://www.buyict.gov.au in your browser
Log in (if required for the opportunities you want to access)
Open Developer Tools (F12)
Go to the Network tab
Navigate to the Opportunities page or refresh it
Look for a request to
/api/now/sp/page?id=opportunitiesClick on it and go to the Headers section
Find and copy the following values to your
.envfile:
From the Cookie header:
JSESSIONIDāBUYICT_SESSION_IDglide_user_routeāBUYICT_GLIDE_USER_ROUTEglide_node_id_for_jsāBUYICT_GLIDE_NODE_IDVALK_SESSION_IDāBUYICT_VALK_SESSION_ID
From request headers:
X-UserTokenāBUYICT_USER_TOKENUX-TokenāBUYICT_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
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.
Restart Claude Desktop
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 opportunitiesmarketplace(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 Marketplaceget_opportunity_details
Get detailed information about a specific opportunity.
Parameters:
opportunity_id(string, required): The sys_id of the opportunitytable(string, required): Source table name (e.g., u_cmp_procurement)
Example:
Get details for opportunity ID abc123 from the u_cmp_procurement tablelist_marketplaces
Get a list of all available marketplaces.
Example:
Show me all available BuyICT marketplacesMarketplaces
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.mdBuilding
npm run buildDevelopment Mode (with watch)
npm run devTesting
Start the server manually to test:
npm startCurrent Limitations
ā ļø Important: The current implementation has some limitations due to the ServiceNow Service Portal architecture:
Data Fetching: The
search_opportunitiestool 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
Authentication: Session tokens expire and need to be manually refreshed from your browser.
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 findingsAUTHENTICATION_ANALYSIS.md- Authentication mechanisms and requirementsMCP_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.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceMatch your tech product or consulting service to thousands of live government tenders, RFPs, grants, and frameworks from 25+ official sources worldwide.Last updated4755MIT
- Alicense-qualityCmaintenanceEnables searching and retrieving Australian open government data from data.gov.au via CKAN API, including datasets, organizations, groups, tags, and resources.Last updated18MIT
- Flicense-qualityDmaintenanceEnables AI assistants to search federal contracts, analyze agency spending, track competitor wins, and monitor small business set-aside opportunities using SAM.gov, USASpending.gov, and FPDS data.Last updated
- Alicense-qualityCmaintenanceProvides access to New Zealand Government Electronic Tenders Service (GETS) without API keys, enabling querying and searching for government tenders and contracts.Last updated77MIT
Related MCP Connectors
Government contract search and federal procurement data: SAM.gov opportunities + USASpending awards.
Canada Government Procurement MCP ā CanadaBuys open data (keyless).
Government tender search for AI agents. UK, EU and US procurement opportunities.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ConsentirDev/buyict.mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server