samva.dev
Samva is a developer email platform for sending and managing transactional and campaign email, templates, contacts, domains, webhooks, and related analytics. It also offers hosted MCP access so AI agents can perform organization-scoped email operations.
Samva exposes a REST API at `api.samva.dev/v1`, a hosted OAuth-protected MCP server at `mcp.samva.dev`, and a `samva` CLI; HTTP uses API keys, MCP supports OAuth or API keys, and the CLI supports interactive OAuth login or an API key env var.
- Samva MCPdetected
- Samva APIdeclared
- Samva CLIdeclared
In the Samva dashboard, open Developers → API Keys and create a key. Copy it when shown — the full value is only displayed once. Production keys start with samva_sk_live_ and test keys with samva_sk_test_. Store it in SAMVA_API_KEY and send it as X-API-Key on HTTP requests; some docs also show it accepted as Authorization: Bearer <api-key> on the hosted MCP server.
Point your MCP client at the server URL and approve access in the browser. The server accepts a Client ID Metadata Document (CIMD), so the client authenticates with its own hosted URL as the client_id — nothing to register.
$ samva loginAcquired by the CLI — running samva login opens the auth flow and stores the credential.
conventions · 7/8 published
- integrations.json✓https://samva.dev/.well-known/integrations.json
- llms.txt✓https://samva.dev/llms.txt
- API catalog✓https://samva.dev/.well-known/api-catalog
- OpenAPI document✓https://samva.dev/openapi.json
- MCP server card✓https://mcp.samva.dev
- OAuth protected resource✓https://samva.dev/.well-known/oauth-protected-resource
- Agent card✗
/.well-known/agent-card.json - Agent skills✓https://samva.dev/.well-known/agent-skills/index.json
Publish these signals → /publishing