# Covia Space

> Hosted Covia grid venue on Hugging Face Spaces — MCP-ready out of the box for experimenting with federated agent orchestration.

**Category:** MCP Servers  
**Page:** https://brittleboye.github.io/awesome-lattice/projects/mcp/covia-space/

## Links

- **Source:** https://github.com/covia-ai/covia-space

## Tags

`mcp` `covia` `hosted`

## MCP Endpoint

- **Endpoint:** https://mikera1337-covia-space.hf.space/mcp
- **Transport:** streamable-http
- **Last checked:** 2026-04-19T08:15:26.399Z
- **Status:** ok
- **Server:** Covia Space Venue v0.0.2-SNAPSHOT

### Tools (30)

- `jvm:urlEncode` — URL Encode: URL encodes a string using JVM operations
- `jvm:stringConcat` — JVM String Concatenation: Concatenates two strings using JVM operations
- `jvm:urlDecode` — URL Decode: URL decodes a string using JVM operations
- `test:never` — Never Operation: An operation that never completes, i.e. its status will remain PENDING
- `test:error` — Fail Operation: Always fails, regardless of input
- `test:echo` — Echo Operation: Returns the input unchanged. Useful for testing or as a generalised identity function.
- `orchestrator` — Test orchestration: Runs a sequence of operations
- `test:delay` — Delay Operation: Runs another op after a delay
- `test:random` — Random Data Generator: Generates a specified number of random bytes using a cryptographically secure random number generator
- `langchain:openai` — GPT-5 nano: Chat with OpenAI GPT-5 nano
- `langchain:ollama:qwen3` — Qwen model chat: This is an example operation that gets a response from the Qwen3 LLM via ollama
- `langchain:ollama` — Ollama model chat: Example operation that chats with a local Ollama-served LLM via LangChainAdapter
- `langchain:openai` — Gemini model chat: Example operation that chats with a Gemini endpoint via LangChainAdapter (OpenAI-compatible route)
- `langchain:openai` — Deepseek chat: Example operation that chats with a DeepSeek endpoint via LangChainAdapter (OpenAI-compatible route)
- `langchain:openai` — OpenAI model chat: Example operation that chats with an OpenAI-compatible endpoint via LangChainAdapter
- `grid:run` — Grid Run: Run a Covia grid operation on this venue or an optional remote venue
- `grid:invoke` — Grid Invoke: Submit a Covia grid operation and return the job status
- `grid:jobResult` — Grid Job Result: Wait for a Covia grid job to finish and return its output
- `grid:jobStatus` — Grid Job Status: Fetch the current status of a Covia grid job by ID
- `convex:transact` — Convex Transact: Execute a transaction against a Convex peer
- `convex:query` — Convex Query: Execute a read-only query against a Convex peer
- `http` — HTTP GET Operation: Performs a simple HTTP GET request using the HTTPAdapter
- `http` — HTTP Query Parameters Example: Demonstrates how to use query parameters with the HTTP adapter for API calls
- `orchestrator` — Practical Google Search Orchestration: Performs a Google search using the HTTPAdapter - demonstrates proper URL construction
- `orchestrator` — Google Search Orchestration: Performs a Google search by constructing the URL using stringConcat and urlEncode operations
- `http` — HTTP POST Operation: Performs an HTTP POST request using the HTTPAdapter
- `orchestrator` — Google Search Orchestration: Performs a Google search using the HTTPAdapter and returns the search results
- `orchestrator` — Advanced Google Search Orchestration: Performs a Google search using the HTTPAdapter with dynamic query parameters
- `mcp:tools:call` — MCP Tool Call: Runs a remote MCP tool via HTTP(s)
- `mcp:tools:list` — MCP Tools List: Lists available MCP tools from a remote server

_Generated 2026-04-19T08:15:29.603Z by Awesome Lattice._