HTTP client enables seamless web API integration and external service communication. Supports GET, POST, and other HTTP methods with custom headers, query parameters, and request bodies. Perfect for integrating with REST APIs, web services, and external data sources like Google Search and AI model APIs.
| Name: | http |
| Class: | covia.adapter.HTTPAdapter |
This adapter provides 7 MCP tool(s) for AI agent integration:
| Tool Name | Description |
|---|---|
| http | Performs a simple HTTP GET request using the HTTPAdapter |
| http | Demonstrates how to use query parameters with the HTTP adapter for API calls |
| orchestrator | Performs a Google search using the HTTPAdapter - demonstrates proper URL construction |
| orchestrator | Performs a Google search by constructing the URL using stringConcat and urlEncode operations |
| http | Performs an HTTP POST request using the HTTPAdapter |
| orchestrator | Performs a Google search using the HTTPAdapter and returns the search results |
| orchestrator | Performs a Google search using the HTTPAdapter with dynamic query parameters |