Covia Space
Hosted Covia grid venue on Hugging Face Spaces — MCP-ready out of the box for experimenting with federated agent orchestration.
Links
MCP Endpoint
https://mikera1337-covia-space.hf.space/mcp streamable-http Covia Space Venue v0.0.2-SNAPSHOT
Tools (30)
-
jvm:urlEncodeURL EncodeURL encodes a string using JVM operations
-
jvm:stringConcatJVM String ConcatenationConcatenates two strings using JVM operations
-
jvm:urlDecodeURL DecodeURL decodes a string using JVM operations
-
test:neverNever OperationAn operation that never completes, i.e. its status will remain PENDING
-
test:errorFail OperationAlways fails, regardless of input
-
test:echoEcho OperationReturns the input unchanged. Useful for testing or as a generalised identity function.
-
orchestratorTest orchestrationRuns a sequence of operations
-
test:delayDelay OperationRuns another op after a delay
-
test:randomRandom Data GeneratorGenerates a specified number of random bytes using a cryptographically secure random number generator
-
langchain:openaiGPT-5 nanoChat with OpenAI GPT-5 nano
-
langchain:ollama:qwen3Qwen model chatThis is an example operation that gets a response from the Qwen3 LLM via ollama
-
langchain:ollamaOllama model chatExample operation that chats with a local Ollama-served LLM via LangChainAdapter
-
langchain:openaiGemini model chatExample operation that chats with a Gemini endpoint via LangChainAdapter (OpenAI-compatible route)
-
langchain:openaiDeepseek chatExample operation that chats with a DeepSeek endpoint via LangChainAdapter (OpenAI-compatible route)
-
langchain:openaiOpenAI model chatExample operation that chats with an OpenAI-compatible endpoint via LangChainAdapter
-
grid:runGrid RunRun a Covia grid operation on this venue or an optional remote venue
-
grid:invokeGrid InvokeSubmit a Covia grid operation and return the job status
-
grid:jobResultGrid Job ResultWait for a Covia grid job to finish and return its output
-
grid:jobStatusGrid Job StatusFetch the current status of a Covia grid job by ID
-
convex:transactConvex TransactExecute a transaction against a Convex peer
-
convex:queryConvex QueryExecute a read-only query against a Convex peer
-
httpHTTP GET OperationPerforms a simple HTTP GET request using the HTTPAdapter
-
httpHTTP Query Parameters ExampleDemonstrates how to use query parameters with the HTTP adapter for API calls
-
orchestratorPractical Google Search OrchestrationPerforms a Google search using the HTTPAdapter - demonstrates proper URL construction
-
orchestratorGoogle Search OrchestrationPerforms a Google search by constructing the URL using stringConcat and urlEncode operations
-
httpHTTP POST OperationPerforms an HTTP POST request using the HTTPAdapter
-
orchestratorGoogle Search OrchestrationPerforms a Google search using the HTTPAdapter and returns the search results
-
orchestratorAdvanced Google Search OrchestrationPerforms a Google search using the HTTPAdapter with dynamic query parameters
-
mcp:tools:callMCP Tool CallRuns a remote MCP tool via HTTP(s)
-
mcp:tools:listMCP Tools ListLists available MCP tools from a remote server
Last checked 2026-04-19T08:15:26.399Z