diff --git a/src/pages/api.jsx b/src/pages/api.jsx index 00bdb50..e82f448 100644 --- a/src/pages/api.jsx +++ b/src/pages/api.jsx @@ -45,18 +45,19 @@ const mcpConfig = `{ }`; const mcpClients = [ { - name: "Claude Code", - command: "claude mcp add --transport http alphaday https://api.alphaday.com/mcp", + name: "MCP Importer", + command: "mcporter config add alphaday --url https://api.alphaday.com/mcp", label: "Terminal", }, { - name: "Codex", - command: "codex mcp add alphaday --url https://api.alphaday.com/mcp", + name: "Claude Code", + command: + "claude mcp add --transport http alphaday https://api.alphaday.com/mcp", label: "Terminal", }, { - name: "MCP Importer", - command: "mcporter config add alphaday --url https://api.alphaday.com/mcp", + name: "Codex", + command: "codex mcp add alphaday --url https://api.alphaday.com/mcp", label: "Terminal", }, { @@ -86,6 +87,7 @@ const tools = [ desc: "What crypto is talking about, right now", }, { name: "search_projects", desc: "Discover tags for any project" }, + { name: "get_market_coin", desc: "Prices and metadata for the top 100 coins" }, ]; const ApiPage = () => { @@ -379,7 +381,7 @@ const ApiPage = () => {

- 11 tools. Zero setup. + 12 tools. Zero setup.

Every endpoint is also a pre-described MCP tool. Your agent @@ -392,7 +394,7 @@ const ApiPage = () => {

@@ -431,7 +433,7 @@ const ApiPage = () => {
- 11 + 12 Tools at Launch @@ -525,7 +527,7 @@ const ApiPage = () => { sources
  • - All 11 tools + All 12 tools
  • MCP and REST access