Docs / Install / Hosted MCP (try in 60s)

Try Emic in 60 seconds, no deploy

emic.sh/mcp is a hosted remote MCP server with the same two tools. Connect it to your own agent, file one report, and see exactly what your inbox will look like before you touch your product.

For: Evaluating Emic, dogfooding with your own agents, and MCP registries.

  1. 01

    Connect your agent

    Streamable HTTP, stateless. Discovery (initialize, tools/list) is open; filing requires your key.

    bash
    claude mcp add --transport http emic https://emic.sh/mcp \
      --header "Authorization: Bearer agr_live_..."
  2. 02

    Ask for a report

    In the same session, after any task: "Use submit_agent_feedback to report how that went." The report appears in your inbox within seconds.

  3. 03

    Then install it where your users are

    The hosted server hears your own agents. To hear the agents using your product, add the two tools to your product with the Python, TypeScript, or HTTP guide.

  4. 04

    Verify

    Do not call the install done until this passes.

    bash
    curl -s https://emic.sh/mcp -X POST -H "content-type: application/json" \
      -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
    # expect: submit_agent_feedback and get_unblocked
  • Reports filed through the hosted server land in the workspace the key belongs to.
  • Your key is a secret; only put it in your own MCP client config.

Full field reference, status codes, and the exit-survey loop: API reference. No key yet? Start free.