Phone-a-Friend MCP Server
An AI-to-AI consultation system for complex problem-solving and reasoning, using OpenRouter for model access.
Phone-a-Friend MCP Server π§ π
An AI-to-AI consultation system that enables one AI to "phone a friend" (another AI) for critical thinking, long context reasoning, and complex problem solving via OpenRouter.
The Problem π€
Sometimes an AI encounters complex problems that require:
- Deep critical thinking beyond immediate capabilities
- Long context reasoning with extensive information
- Multi-step analysis that benefits from external perspective
- Specialized expertise from different AI models
The Solution οΏ½
Phone-a-Friend MCP Server creates a two-step consultation process:
- Context + Reasoning: Package all relevant context and send to external AI for deep analysis
- Extract Actionable Insights: Process the reasoning response into usable format for the primary AI
This enables AI systems to leverage other AI models as "consultants" for complex reasoning tasks.
Architecture ποΈ
Primary AI β Phone-a-Friend MCP β OpenRouter β External AI (O3, Claude, etc.) β Processed Response β Primary AI
Sequential Workflow:
analyze_context- Gather and structure all relevant contextget_critical_thinking- Send context to external AI via OpenRouter for reasoningextract_actionable_insights- Process response into actionable format
When to Use π―
Ideal for:
- Complex multi-step problems requiring deep analysis
- Situations needing long context reasoning (>100k tokens)
- Cross-domain expertise consultation
- Critical decision-making with high stakes
- Problems requiring multiple perspectives
Quick Start β‘
Configure your MCP client (e.g., Claude Desktop) using the JSON block belowβno cloning or manual installation required.
The uv runner will automatically download and execute the server package if it isn't present.
Add the following JSON configuration to your MCP client and replace <YOUR_API_KEY> with your key:
{
"mcpServers": {
"phone-a-friend": {
"command": "uvx",
"args": [
"phone-a-friend-mcp-server",
"--provider", "openai",
"--api-key", "<YOUR_API_KEY>"
]
}
}
}
That's it! You can now use the
phone_a_friendtool in any compatible client. For more options, see the Advanced Configuration section.
Available Tools π οΈ
phone_a_friend
π Consult external AI for critical thinking and complex reasoning. Makes API calls to get responses.
fax_a_friend
π Generate master prompt file for manual AI consultation. Creates file for copy-paste workflow.
Parameters
phone_a_friend
all_related_context(required): General, non-code context such as constraints, tracebacks, or high-level requirements.file_list(required): Array of file paths or glob patterns. Just pass the paths β the server automatically reads those files (skips anything in.gitignoreor non-text/binary) and builds the full code context for the external AI.task(required): A clear, specific description of what you want the external AI to do.
fax_a_friend
all_related_context(required): Same as above.file_list(required): Same as above.task(required): Same as above.output_directory(required): Directory where the generatedfax_a_friend.mdmaster prompt file will be saved.
Advanced Configuration π§
This section covers all configuration options, including environment variables, CLI flags, and model selection.
Providers and API Keys
The server can be configured via CLI flags or environment variables.
| Provider | CLI Flag | Environment Variable |
|---|---|---|
| OpenAI | --provider openai | OPENAI_API_KEY |
| OpenRouter | --provider openrouter | OPENROUTER_API_KEY |
| Anthropic | --provider anthropic | ANTHROPIC_API_KEY |
--provider google | GOOGLE_API_KEY |
CLI Example:
phone-a-friend-mcp-server --provider openai --api-key "sk-..."
Environment Variable Example:
export OPENAI_API_KEY="sk-..."
phone-a-friend-mcp-server
Model Selection
You can override the default model for each provider.
| Provider | Default Model |
|---|---|
| OpenAI | o3 |
| Anthropic | Claude 4 Opus |
Gemini 2.5 Pro Preview 05-06 | |
| OpenRouter | anthropic/claude-4-opus |
Override with CLI:
phone-a-friend-mcp-server --model "o3"
Override with Environment Variable:
export PHONE_A_FRIEND_MODEL="o3"
Additional Options
| Feature | CLI Flag | Environment Variable | Default |
|---|---|---|---|
| Temperature | --temperature 0.5 | PHONE_A_FRIEND_TEMPERATURE | 0.4 |
| Base URL | --base-url ... | PHONE_A_FRIEND_BASE_URL | Provider default |
Use Cases π―
- In-depth Reasoning for Vibe Coding
- For complex algorithms, data structures, or mathematical computations
- Frontend Development with React, Vue, CSS, or modern frontend frameworks
License π
MIT License - see LICENSE file for details.
Related Servers
Fastmail
Interact with Fastmail email, contacts, and calendar data using the Fastmail API.
nadanada_me
A public MCP server that gives AI agents access to real UK carrier phone numbers for SMS verification. Agents can rent disposable or rental numbers, pay Lightning invoices, and read incoming SMS, all through standard MCP tool calls with no authentication required.
AI Therapist
Provides emotional support and mental health tools for AI agents.
MCP Notify
Monitor the Model Context Protocol (MCP) Registry for new, updated, and removed servers. Get real-time notifications via Discord, Slack, Email, Telegram, Microsoft Teams, Webhooks, or RSS feeds. Includes CLI, Go SDK, REST API, and MCP server for AI assistants.
Cordum.io
The Control Plane for AI Agents
Sequenzy MCP
Email Marketing Tool for SaaS
Mailinator MCP Server
Free disposable email for AIβcheck any @mailinator.com inbox, retrieve messages in multiple formats, and extract verification codes for automated workflows.
Say MCP Server
A server for voice notifications using VoiceBox, with a fallback to the Mac 'say' command.
Webhooks MCP
Send HTTP requests to webhooks with dynamic parameters.
Concordia Protocol
Open negotiation standard for AI agents β structured proposals, binding commitments, and verifiable session receipts