Seiten · Laravilt
AI MCP Server
MCP server for AI integration
MCP server for AI provider management and integration.
Installation
bash
Registers in routes/ai.php:
php
Available Tools
list-providers
List available AI providers.
Usage:
list-providers
Output:
- OpenAI (GPT-4, GPT-3.5)
- Anthropic (Claude)
- Google (Gemini)
- Local models
get-provider-info
Get information about a specific provider.
Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
provider | string | Yes | Provider name |
Usage:
get-provider-info(provider="openai")
search-docs
Search AI documentation.
Arguments:
| Name | Type | Required | Description |
|---|---|---|---|
query | string | Yes | Search query |
Usage:
search-docs(query="function calling")
AI Agent Examples
text
Related
- AI Introduction - AI overview
- MCP Introduction - MCP overview