# Seraph [Health: Active]

**Category:** 💰 Finance & Fintech  
**Repository:** https://github.com/Kondux/seraph-mcp-public  
**GitHub Stars:** 4  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/seraph-2

## Description
Crypto transaction firewall and risk tools for MCP agents.

## Claude Desktop Quick Installation
Remote MCP endpoint (confidence: high). Install path detected from listing signals. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "seraph": {
    "url": "https://seraph.kondux.io/mcp"
  }
}
```

## Documentation & README

# 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

1. Create or sign in to a Seraph account at `https://seraph.kondux.io`.
2. Complete onboarding in the Seraph console.
3. Add the hosted MCP endpoint to your MCP client or registry submission:

```text
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`](https://github.com/Kondux/seraph-mcp-public/blob/HEAD/server.json). It uses the branded DNS-owned namespace:

```text
io.kondux/seraph
```

## Installation Examples

- [Claude](https://github.com/Kondux/seraph-mcp-public/blob/HEAD/examples/claude.md)
- [Smithery](https://github.com/Kondux/seraph-mcp-public/blob/HEAD/examples/smithery.md)
- [Glama](https://github.com/Kondux/seraph-mcp-public/blob/HEAD/examples/glama.md)
- [PulseMCP](https://github.com/Kondux/seraph-mcp-public/blob/HEAD/examples/pulse.md)
- [mcp.so](https://github.com/Kondux/seraph-mcp-public/blob/HEAD/examples/mcp-so.md)

## Notes for Registries

Use this public repository URL when a registry asks for a GitHub repository:

```text
https://github.com/Kondux/seraph-mcp-public
```

Use this URL when a registry asks for the hosted MCP server endpoint:

```text
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.

