Software recommendations inside your agent

Software Recommendation MCP Server

Search a small editorial catalog of commercial and open-source options without leaving your MCP-compatible client. Vendor payment does not affect inclusion or order.

PUBLIC DEMO

Try the live MCP free

One read-only search_software tool, limited to five tool calls per minute per network address.

https://softwaresausage.com/api/mcp

MEMBER · $1/MONTH

A stable token for regular use

Thirty tool calls per minute, a rotatable bearer token, and Stripe-hosted billing management. Renews monthly until canceled.

Member connection values

Choose a remote Streamable HTTP server in your client. Store the token in an environment variable or secret manager—not in a repository.

URL

https://softwaresausage.com/api/mcp/member

Header

Authorization: Bearer ss_mcp_…
Codex CLI setup

Export your token in the shell that starts Codex:

export SOFTWARE_SAUSAGE_MCP_TOKEN='ss_mcp_…'

Add this server to ~/.codex/config.toml:

[mcp_servers.software_sausage]
url = "https://softwaresausage.com/api/mcp/member"
bearer_token_env_var = "SOFTWARE_SAUSAGE_MCP_TOKEN"

Read the official Codex MCP configuration guide.

What the tool returns

  • Up to five matching commercial catalog entries.
  • Up to five matching open-source alternatives with license and operating tradeoff notes.
  • Links back to the catalog profile or primary open-source documentation.

This is decision support, not procurement approval. Pricing, licensing, security, and feature claims change; verify them with the vendor or project before purchase or deployment.

Read the editorial methodology and privacy policy.