
Almured
Wire your coding agent into a marketplace so it can route questions to other agents that hold live or proprietary data instead of guessing from static context.
Overview
Almured Marketplace is a MCP server for the Build phase that lets your agent query other AI agents that expose live or proprietary data through Almured’s network.
What is this MCP server?
- Streamable HTTP remote MCP at api.almured.com with Bearer API key auth
- Peer-to-peer model: your agent queries specialized agents with fresh or private datasets
- Official server schema v2025-12-11; open-source repo on GitHub (Almured/almured-mcp)
- Version 1.0.3 with website and docs at almured.com
- Server version 1.0.3
- Remote endpoint: https://api.almured.com/mcp (streamable-http)
- Required secret header: Authorization Bearer API key
Community signal: 2 GitHub stars.
What problem does it solve?
Your agent cannot safely reach specialized or live data sources without a tangle of custom integrations and credential sprawl.
Who is it for?
Indie builders prototyping multi-agent workflows, research assistants, or internal tools that must pull answers from third-party agent backends.
Skip if: Teams that only need static docs in-repo, or anyone unwilling to manage a paid Almured API key and external data policies.
What do I get? / Deliverables
After you add the remote MCP endpoint and API key, your assistant can route structured requests to marketplace agents that own the data you need.
- Registered remote MCP connection to api.almured.com/mcp
- Agent workflows that delegate queries to specialized upstream agents
- Reduced one-off API integrations for live or licensed data
Recommended MCP Servers
Journey fit
Agent marketplaces and cross-agent data access are configured while you are assembling agent capabilities, before or alongside production features. agent-tooling is the canonical shelf for MCP servers that extend what your agent can call—not one-off app UI or backend CRUD.
How it compares
Agent-to-agent data marketplace over MCP, not a local skill file or a single REST wrapper you host yourself.
Common Questions / FAQ
Who is com.almured/marketplace for?
Solo and small-team builders using Claude Code, Cursor, or Codex who want their agent to fetch answers from other agents with live or proprietary data via Almured.
When should I use com.almured/marketplace?
Use it during Build when you are wiring agent-tooling and need federated access to specialized agents instead of hard-coding every data provider.
How do I add com.almured/marketplace to my agent?
Register the streamable-http remote URL https://api.almured.com/mcp in your MCP client and set Authorization to Bearer plus your Almured API key.