MCP Client Configuration
Connect your AI agent to this page's MCP server endpoint:
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"csironewsblog.com": {
"type": "http",
"url": "https://csironewsblog.com/2014/01/07/found-worlds-most-mysterious-bird-but-why-all-the-secrecy/mcp"
}
}
}
ChatGPT
In ChatGPT, go to Settings → Connectors → Create and enter:
Name: csironewsblog.com
URL: https://csironewsblog.com/2014/01/07/found-worlds-most-mysterious-bird-but-why-all-the-secrecy/mcp
OpenAI MCP docs →
Gemini
Add to Gemini CLI settings.json:
{
"mcpServers": {
"csironewsblog.com": {
"httpUrl": "https://csironewsblog.com/2014/01/07/found-worlds-most-mysterious-bird-but-why-all-the-secrecy/mcp"
}
}
}
Claude Code
claude mcp add csironewsblog.com \
--transport http https://csironewsblog.com/2014/01/07/found-worlds-most-mysterious-bird-but-why-all-the-secrecy/mcp