Connect the Amygdala Human Authority Index to Claude, ChatGPT, or any MCP-compatible AI. Ask in plain language, get back ranked, verified experts in any niche.
Try asking your AI:"find the top 5 experts on quantum computing"
Four tools map directly to the REST API. Same data, zero plumbing.
searchSearch any topic and get a ranked list of the top verified experts in that niche.
detailGet full profile data: bio, authority score, verified social handles, follower counts, and website.
peersMap the influence network around a social handle and find who the top authorities in that circle are.
matchLook up an authority directly by their social media handle. Returns their ranked profile, name, country, and core topic.
Sign up and create an API key in your dashboard. The MCP server uses the same key as the REST API.
Go to dashboard →Download the MCP server file and install its single dependency.
# Download the server
curl -o server.py https://amygdala.eu/mcp/server.py
# Install dependencies
pip install mcp requests Open ~/Library/Application Support/Claude/claude_desktop_config.json and add the Amygdala server:
{
"mcpServers": {
"amygdala": {
"command": "python",
"args": ["/path/to/amygdala/mcp/server.py"],
"env": {
"AMYGDALA_API_KEY": "your_api_key_here"
}
}
}
}Restart Claude Desktop. The Amygdala tools will appear in Claude's tool list.
Claude calls search, gets back a ranked list of experts from the Human Authority Index, and presents them inline. No copy-pasting, no API calls to manage.
Found 5 authorities for 'quantum computing':
1. John Preskill (United States) - Quantum Computing
SDU: 294152247252684609194428744833146550207
2. Scott Aaronson (United States) - Quantum Computing
SDU: 183920471029374856102938475610293847561
3. Michio Kaku (United States) - Physics
SDU: 102938475610293847561029384756102938475
...
Use detail with the SDU to get bio, score, and verified social handles.Get an API key and plug Amygdala into any AI workflow in minutes.