{
  "$schema": "https://brittleboye.github.io/awesome-lattice/projects.schema.json",
  "category": {
    "id": "mcp",
    "title": "MCP Servers",
    "url": "https://brittleboye.github.io/awesome-lattice/mcp/"
  },
  "slug": "covia-space",
  "name": "Covia Space",
  "description": "Hosted Covia grid venue on Hugging Face Spaces — MCP-ready out of the box for experimenting with federated agent orchestration.",
  "longDescription": null,
  "homepage": null,
  "repo": "https://github.com/covia-ai/covia-space",
  "docs": null,
  "links": [],
  "tags": [
    "mcp",
    "covia",
    "hosted"
  ],
  "badge": null,
  "status": null,
  "licensing": null,
  "license": null,
  "mcp": {
    "endpoint": "https://mikera1337-covia-space.hf.space/mcp",
    "transport": "streamable-http",
    "snapshot": {
      "transport": "streamable-http",
      "lastCheckedAt": "2026-04-19T08:15:26.399Z",
      "ok": true,
      "serverInfo": {
        "title": "Covia Space Venue",
        "name": "covia-grid-mcp",
        "version": "0.0.2-SNAPSHOT"
      },
      "toolCount": 30,
      "tools": [
        {
          "name": "jvm:urlEncode",
          "title": "URL Encode",
          "description": "URL encodes a string using JVM operations"
        },
        {
          "name": "jvm:stringConcat",
          "title": "JVM String Concatenation",
          "description": "Concatenates two strings using JVM operations"
        },
        {
          "name": "jvm:urlDecode",
          "title": "URL Decode",
          "description": "URL decodes a string using JVM operations"
        },
        {
          "name": "test:never",
          "title": "Never Operation",
          "description": "An operation that never completes, i.e. its status will remain PENDING"
        },
        {
          "name": "test:error",
          "title": "Fail Operation",
          "description": "Always fails, regardless of input"
        },
        {
          "name": "test:echo",
          "title": "Echo Operation",
          "description": "Returns the input unchanged. Useful for testing or as a generalised identity function."
        },
        {
          "name": "orchestrator",
          "title": "Test orchestration",
          "description": "Runs a sequence of operations"
        },
        {
          "name": "test:delay",
          "title": "Delay Operation",
          "description": "Runs another op after a delay"
        },
        {
          "name": "test:random",
          "title": "Random Data Generator",
          "description": "Generates a specified number of random bytes using a cryptographically secure random number generator"
        },
        {
          "name": "langchain:openai",
          "title": "GPT-5 nano",
          "description": "Chat with OpenAI GPT-5 nano"
        },
        {
          "name": "langchain:ollama:qwen3",
          "title": "Qwen model chat",
          "description": "This is an example operation that gets a response from the Qwen3 LLM via ollama"
        },
        {
          "name": "langchain:ollama",
          "title": "Ollama model chat",
          "description": "Example operation that chats with a local Ollama-served LLM via LangChainAdapter"
        },
        {
          "name": "langchain:openai",
          "title": "Gemini model chat",
          "description": "Example operation that chats with a Gemini endpoint via LangChainAdapter (OpenAI-compatible route)"
        },
        {
          "name": "langchain:openai",
          "title": "Deepseek chat",
          "description": "Example operation that chats with a DeepSeek endpoint via LangChainAdapter (OpenAI-compatible route)"
        },
        {
          "name": "langchain:openai",
          "title": "OpenAI model chat",
          "description": "Example operation that chats with an OpenAI-compatible endpoint via LangChainAdapter"
        },
        {
          "name": "grid:run",
          "title": "Grid Run",
          "description": "Run a Covia grid operation on this venue or an optional remote venue"
        },
        {
          "name": "grid:invoke",
          "title": "Grid Invoke",
          "description": "Submit a Covia grid operation and return the job status"
        },
        {
          "name": "grid:jobResult",
          "title": "Grid Job Result",
          "description": "Wait for a Covia grid job to finish and return its output"
        },
        {
          "name": "grid:jobStatus",
          "title": "Grid Job Status",
          "description": "Fetch the current status of a Covia grid job by ID"
        },
        {
          "name": "convex:transact",
          "title": "Convex Transact",
          "description": "Execute a transaction against a Convex peer"
        },
        {
          "name": "convex:query",
          "title": "Convex Query",
          "description": "Execute a read-only query against a Convex peer"
        },
        {
          "name": "http",
          "title": "HTTP GET Operation",
          "description": "Performs a simple HTTP GET request using the HTTPAdapter"
        },
        {
          "name": "http",
          "title": "HTTP Query Parameters Example",
          "description": "Demonstrates how to use query parameters with the HTTP adapter for API calls"
        },
        {
          "name": "orchestrator",
          "title": "Practical Google Search Orchestration",
          "description": "Performs a Google search using the HTTPAdapter - demonstrates proper URL construction"
        },
        {
          "name": "orchestrator",
          "title": "Google Search Orchestration",
          "description": "Performs a Google search by constructing the URL using stringConcat and urlEncode operations"
        },
        {
          "name": "http",
          "title": "HTTP POST Operation",
          "description": "Performs an HTTP POST request using the HTTPAdapter"
        },
        {
          "name": "orchestrator",
          "title": "Google Search Orchestration",
          "description": "Performs a Google search using the HTTPAdapter and returns the search results"
        },
        {
          "name": "orchestrator",
          "title": "Advanced Google Search Orchestration",
          "description": "Performs a Google search using the HTTPAdapter with dynamic query parameters"
        },
        {
          "name": "mcp:tools:call",
          "title": "MCP Tool Call",
          "description": "Runs a remote MCP tool via HTTP(s)"
        },
        {
          "name": "mcp:tools:list",
          "title": "MCP Tools List",
          "description": "Lists available MCP tools from a remote server"
        }
      ]
    }
  },
  "url": "https://brittleboye.github.io/awesome-lattice/projects/mcp/covia-space/",
  "markdown": "https://brittleboye.github.io/awesome-lattice/projects/mcp/covia-space.md",
  "generated": "2026-04-19T08:15:29.505Z"
}