← devadex.com

INDIVIDUAL MCP TOOL

list_capabilities

List the middleware capabilities Devadex indexes (dialogue, auth, inventory, networking, memory, …) with how many middleware exist for each, plus the platforms available.

devadex.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://devadex.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_capabilities and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

devadex.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.devadex]
url = "https://devadex.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "devadex": {
      "type": "http",
      "url": "https://devadex.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: devadex
Remote MCP URL: https://devadex.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "devadex": {
      "url": "https://devadex.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "devadex": {
      "type": "http",
      "url": "https://devadex.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "devadex",
  "transport": "streamable-http",
  "url": "https://devadex.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_indie — Search independent, small, and newly launched software that mainstream search engines bury.
  • get_listing — Get full detail for one listing by id, including its outbound url, creator, tags, and popularity/recency signals.
  • index_stats — How much of the independent-software index is available: total listings, how many are fresh or small, and the top sources, languages and tags.
  • search_middleware — Search reusable software middleware by CAPABILITY (what it does) across every platform — e.