Adapter Details: http

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

MCP Tools

This adapter provides 7 MCP tool(s) for AI agent integration:

Tool NameDescription
httpPerforms a simple HTTP GET request using the HTTPAdapter
httpDemonstrates how to use query parameters with the HTTP adapter for API calls
orchestratorPerforms a Google search using the HTTPAdapter - demonstrates proper URL construction
orchestratorPerforms a Google search by constructing the URL using stringConcat and urlEncode operations
httpPerforms an HTTP POST request using the HTTPAdapter
orchestratorPerforms a Google search using the HTTPAdapter and returns the search results
orchestratorPerforms a Google search using the HTTPAdapter with dynamic query parameters

Navigation

Back to all adapters

Back to index