Odel
Openverse

Openverse

@pipeworx-ioDeveloper ToolsTypeScriptMITUpdated 2w ago

Openverse Creative-Commons image + audio search

Server endpointStreamable HTTP

This is the third-party server itself — Odel doesn't run it. Hitting this URL directly talks straight to the upstream server with no auth or proxying. Connect through Odel to front it with managed auth.

mcp-openverse

Openverse MCP — Creative-Commons-licensed image + audio search.

Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.

Tools

ToolDescription
search_imagesSearch Creative-Commons-licensed images.
search_audioSearch Creative-Commons-licensed audio.
get_imageSingle image record by id.
get_audioSingle audio record by id.
image_relatedRelated images for a given image id.
audio_relatedRelated audio for a given audio id.

Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

{
  "mcpServers": {
    "openverse": {
      "url": "https://gateway.pipeworx.io/openverse/mcp"
    }
  }
}

Or connect to the full Pipeworx gateway for access to all 673+ data sources:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English:

ask_pipeworx({ question: "your question about Openverse data" })

The gateway picks the right tool and fills the arguments automatically.

More

License

MIT