org.memoryapi/intel
Official3 toolsLLM Provider Intelligence
LLM provider intelligence: recommendations, pricing, and status
Get LLM provider recommendations, pricing, and status information.
Captured live from the server via tools/list.
recommend_llm
Get the best LLM provider for your specific agent task. Returns top 3 ranked recommendations with reasoning.
Parameters (5)
- taskstring
Task type: tool_calling, reasoning, rag, summarization, high_volume, low_latency, general
- prioritystring
Optimize for: balanced, cost, speed, quality
- require_tool_callingboolean
Only return providers with tool calling support
- min_contextnumber
Minimum context window needed in tokens
- max_price_per_millionnumber
Maximum input price per million tokens (USD)
list_providers
List LLM providers with their capabilities, pricing, and agent scores. Filter by specific requirements.
Parameters (4)
- tool_callingboolean
Only show providers with tool calling
- x402_nativeboolean
Only show x402-native providers
- max_pricenumber
Max input price per million tokens
- best_forstring
Filter by use case: tool_calling, reasoning, cost, speed, long_context, rag
check_provider_status
Check operational status and recent latency for one or all LLM providers.
Parameters (1)
- providerstring
Specific provider slug (e.g. openai-gpt4o). Omit for all.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"intel": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://intel.memoryapi.org/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.