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