INDIVIDUAL MCP TOOL
speak_as_person
Use this when someone wants to hear FROM one specific person rather than about them: "what would Marcus Aurelius say about burnout", "answer as Carl Jung", "explain this the way Feynman would", "I want to talk to Socrates".
LIVE ENDPOINT
https://mcp.aianyone.com/mcp
Connect to this endpoint to inspect the live schema for speak_as_person and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.ai-anyone]
url = "https://mcp.aianyone.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ai-anyone": {
"type": "http",
"url": "https://mcp.aianyone.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ai-anyone
Remote MCP URL: https://mcp.aianyone.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": {
"ai-anyone": {
"url": "https://mcp.aianyone.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ai-anyone": {
"type": "http",
"url": "https://mcp.aianyone.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ai-anyone",
"transport": "streamable-http",
"url": "https://mcp.aianyone.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
find_someone_to_ask— Use this when someone wants a person to learn from but has not named one yet: "who should I learn negotiation from", "find me a stoic to talk to", "which historical figures are worth asking about leadership".debate_two_people— Use this when someone wants two people to actually argue rather than be summarised: "have Nietzsche and Marcus Aurelius argue about suffering", "give me both sides", "steelman both positions on nuclear power", "I want to watch two experts disagree".debate_next_turn— Submit the line you just wrote and receive the next speaker and their private aim.