1. Conduid
  2. Commerce
  3. Ava MCP Adapter
MCP server · Commerce

Ava MCP Adapter

A REST bridge that exposes Ava Agent's AI capabilities as MCP tools, enabling interaction with CommandDeck specialist brains through chat, project management, memory recall, and skill invocation.

Unclaimed commerce
34Low

Scored 4 months ago · breakdown

About Ava MCP Adapter

Ava MCP Adapter is an MCP server in the Commerce category: a REST bridge that exposes Ava Agent's AI capabilities as MCP tools, enabling interaction with CommandDeck specialist brains through chat, project management, memory recall, and skill invocation. It has been installed 0 times through Conduid.

Install

Clone
git clone https://github.com/ral197979/ava-mcp-adapter

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Ava MCP Adapter

Powered by Claude · Grounded in docs

I know everything about Ava MCP Adapter. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

Ava MCP Adapter

Thin REST bridge that implements JarvisEPC's MCP tool-server contract (GET /tools, POST /execute, GET /health) and proxies each tool to the deployed Ava_Agent at https://ava-agent-qzmu.onrender.com, which in turn routes to CommandDeck specialist brains.

Why

JarvisEPC's api/routes/mcp.ts expects a REST tool server shape. The existing Ava_Agent speaks FastAPI domain-specific endpoints (/chat, /projects/.../tasks, /broadcast, /v1/skills/invoke, ...) — this adapter is the glue that maps the REST contract onto those endpoints.

Tools exposed

name category upstream
ava_chat AI POST /chat → CommandDeck brain routing
ava_status System GET /status
ava_projects_list System GET /projects
ava_task_submit AI POST /projects/{id}/tasks
ava_broadcast AI POST /broadcast
ava_memory_recall AI POST /projects/{id}/memory/recall
ava_memory_summary AI GET /projects/{id}/memory
ava_skill_invoke AI POST /v1/skills/invoke
ava_git_status System GET /projects/{id}/git/status
ava_git_log System GET /projects/{id}/git/log
ava_git_commit System POST /projects/{id}/git/commit

Deploy

Already wired to Render via render.yaml. Set AVA_AGENT_API_KEY (copied from the Ava_Agent service env) in the Render dashboard.

Wire AVA_MCP_URL=https://ava-mcp-adapter.onrender.com into the JarvisEPC service env; the MCP tab will switch from "Ava offline" to showing the full merged tool catalog.

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About Ava MCP Adapter

How do I install Ava MCP Adapter?

Run git clone https://github.com/ral197979/ava-mcp-adapter, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Ava MCP Adapter safe to use with an AI agent?

Its trust score is 34 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Ava MCP Adapter still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.