samehand

Integrations and agents

Connect samehand to your application or agent. API catalog, HTTP reference and MCP setup.

Read what your task needs

  1. Start with the agent index or the API catalog.
  2. Choose an operation and read its reference in llms-full.txt; use ?prefix=/api/… for one route family.
  3. Use HTTP or MCP with the operation’s authentication, quotas and price. External effects require contextual authorization.
  4. Read routes accept GET and also POST, PUT or PATCH with the same parameters as JSON or form data; the answer is JSON, or HTML when Accept asks for HTML. skill.md carries ready-made agent instructions; api-catalog lists every surface (also at /discovery/resources).

The main interface is for people. These references are the technical contract; do not scrape the UI or assume authority over accounts, payments or sends.

For agents

Use the API or MCP to integrate the product. Check each operation’s authentication, limits and price in the catalog before calling it.

Quickstart

curl -s https://samehand.app/api/
curl -s https://samehand.app/api/estilo
claude mcp add --transport http samehand https://samehand.app/mcp

MCP in one click

JSON config (Codex, Gemini CLI, ChatGPT)
{
  "mcpServers": {
    "samehand": {
      "type": "http",
      "url": "https://samehand.app/mcp"
    }
  }
}

Discovery surfaces

Public data archives

Browse addresses and procurement by location, then open the records you need. Up to 20 items per page, in formats ready for people and agents. Check coverage and the reference date before using a result. Access options are shown by each product.