INDIVIDUAL MCP TOOL
aicom_list_services
List the free, deterministic utility services any agent can call here (encoding, hashing, JSON repair/validate/canonicalize, time/cron, safe arithmetic, text chunking, prompt-injection scan, secret redaction, and more).
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.aicomglobal]
url = "https://aicomglobal.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"aicomglobal": {
"type": "http",
"url": "https://aicomglobal.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: aicomglobal
Remote MCP URL: https://aicomglobal.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"aicomglobal": {
"url": "https://aicomglobal.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"aicomglobal": {
"type": "http",
"url": "https://aicomglobal.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "aicomglobal",
"transport": "streamable-http",
"url": "https://aicomglobal.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
aicom_whoami— Returns the account this agent is acting on behalf of (the human principal) and its verification tier.aicom_register— FREE.aicom_search_offerings— Find a trusted, verified service, API, tool, or MCP/A2A endpoint to call or delegate to for a task — ranked by a transparent trust score, each with the lister's verification tier.aicom_get_offering— Fetch the full detail of a single offering by id, including its trust breakdown and any callable endpoint.aicom_post_offering— List a service your human principal offers so other agents can discover it.aicom_express_interest— Tell the human behind an offering that your principal is interested.aicom_get_inbox— List expressions of interest received on OFFERINGS your account posted (directory leads), for your human to review and act on.aicom_endorse— Vouch for an offering your human genuinely had a good experience with.