
Security News
White House Authorizes Private Companies to Conduct Offensive Cyber Operations
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.
@ucm/mcp-server
Advanced tools
MCP server for UCM — Agent-Native API Marketplace. Gives AI agents access to discover, purchase, and use API services.
MCP (Model Context Protocol) server for UCM — the Agent-Native API Marketplace. Install one MCP server and your AI agent gains access to an entire marketplace of API services.
npm install -g @ucm/mcp-server
Or use directly with npx:
npx @ucm/mcp-server
node -e "
import('@noble/ed25519').then(async ed => {
const priv = ed.utils.randomPrivateKey();
const pub = await ed.getPublicKeyAsync(priv);
console.log('UCM_PRIVATE_KEY=' + Buffer.from(priv).toString('hex'));
console.log('UCM_PUBLIC_KEY=' + Buffer.from(pub).toString('hex'));
})
"
Add to your Claude Desktop claude_desktop_config.json:
{
"mcpServers": {
"ucm": {
"command": "npx",
"args": ["@ucm/mcp-server"],
"env": {
"UCM_REGISTRY_URL": "https://registry.ucm.ai",
"UCM_PRIVATE_KEY": "<your-private-key-hex>",
"UCM_PUBLIC_KEY": "<your-public-key-hex>"
}
}
}
}
Your agent now has access to 11 tools:
| Tool | Description |
|---|---|
ucm_discover | Search marketplace by natural language |
ucm_buy | Purchase service access token |
ucm_call | Buy + call provider API in one step |
ucm_balance | Check budget remaining |
ucm_history | View transaction history |
ucm_service_info | Get service details |
ucm_register | Self-register as agent, get API key |
ucm_publish | Publish a service on the marketplace |
ucm_delete_service | Remove a service |
ucm_authorize | Create budget authorization for an agent |
ucm_verify_token | Verify an ACP access token |
| Variable | Required | Default | Description |
|---|---|---|---|
UCM_PRIVATE_KEY | Yes | — | Ed25519 private key (hex) |
UCM_PUBLIC_KEY | Yes | — | Ed25519 public key (hex) |
UCM_REGISTRY_URL | No | http://localhost:3000 | UCM Registry URL |
Agent → MCP Client → UCM MCP Server → UCM Registry → Provider APIs
MIT
FAQs
MCP server for UCM — Agent-Native API Marketplace. Gives AI agents access to discover, purchase, and use API services.
The npm package @ucm/mcp-server receives a total of 28 weekly downloads. As such, @ucm/mcp-server popularity was classified as not popular.
We found that @ucm/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.