streamable-httpMITupdated 2mo ago
Seraph is a hosted remote Model Context Protocol (MCP) server operated by Kondux. It gives AI agents access to crypto transaction firewall and risk tools through a managed, OAuth-protected MCP endpoint.
O que dá para fazer com Seraph?
Seraph MCP
Seraph is a hosted remote Model Context Protocol (MCP) server operated by Kondux. It gives AI agents access to crypto transaction firewall and risk tools through a managed, OAuth-protected MCP endpoint.
- Public name:
Seraph - Registry ID:
io.kondux/seraph - MCP endpoint:
https://seraph.kondux.io/mcp - Transport: Streamable HTTP
- Authentication: OAuth 2.1 through Seraph/Privy. API-key access remains available for existing integrations.
- Operator: Kondux,
https://kondux.io
This repository contains public registry metadata and installation examples only. The production service implementation is proprietary and is not included here.
Quick Start
- Create or sign in to a Seraph account at
https://seraph.kondux.io. - Complete onboarding in the Seraph console.
- Add the hosted MCP endpoint to your MCP client or registry submission:
https://seraph.kondux.io/mcp
Clients that support MCP OAuth discovery should start authentication automatically from the Seraph MCP endpoint.
Registry Metadata
The official MCP Registry manifest is in server.json. It uses the branded DNS-owned namespace:
io.kondux/seraph
Installation Examples
Notes for Registries
Use this public repository URL when a registry asks for a GitHub repository:
https://github.com/Kondux/seraph-mcp-public
Use this URL when a registry asks for the hosted MCP server endpoint:
https://seraph.kondux.io/mcp
Seraph is a remote hosted MCP server. There is no local package to install from this repository.
License
The documentation, examples, and registry metadata in this repository are MIT licensed. The hosted Seraph service and its private implementation are separate proprietary Kondux software.
Instalação
Adicione Seraph ao seu cliente. Escolha o que você usa.
claude mcp add --transport http seraph https://seraph.kondux.io/mcpcodex mcp add seraph --url https://seraph.kondux.io/mcp{
"mcpServers": {
"seraph": {
"url": "https://seraph.kondux.io/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"seraph": {
"type": "http",
"url": "https://seraph.kondux.io/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"seraph": {
"url": "https://seraph.kondux.io/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"seraph": {
"serverUrl": "https://seraph.kondux.io/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Pontuação
39 / 100
Incompleta
- Documentação17/25
- Manutenção16/25
- Confiança16/20
- Capacidade0/15
- Instalação12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 53 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 0.1.1Mais recente | 9 de jul. de 2026 |
| 0.1.0 | 7 de jul. de 2026 |