MCP Client Configuration
Connect your AI agent to this page's MCP server endpoint:
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"pointhacks.com.au": {
"type": "http",
"url": "https://pointhacks.agentic.norg.ai/tools-calculators/mcp"
}
}
}
ChatGPT
In ChatGPT, go to Settings → Connectors → Create and enter:
Name: pointhacks.com.au
URL: https://pointhacks.agentic.norg.ai/tools-calculators/mcp
OpenAI MCP docs →
Gemini
Add to Gemini CLI settings.json:
{
"mcpServers": {
"pointhacks.com.au": {
"httpUrl": "https://pointhacks.agentic.norg.ai/tools-calculators/mcp"
}
}
}
Claude Code
claude mcp add pointhacks.com.au \
--transport http https://pointhacks.agentic.norg.ai/tools-calculators/mcp