Seraph
Rank #47,313glama/Kondux/seraph-mcp-public
Seraph is Kondux's crypto transaction firewall and risk-scoring MCP server for AI agents. It provides OAuth-secured Streamable HTTP tools for pre-trade checks, token/address risk, gas, balances, liquidity, agent reputation, dependency advisories, and tenant guardrails.
Seraph is a Model Context Protocol (MCP) server published by kondux. It ranks #47,313 of 115,591 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. Seraph is listed across 2 registries — PulseMCP and Glama, and ships as a single rolling release with no explicit version metadata. It was first listed on Jul 9, 2026.
Ranks ahead of 68,278 of 115,591 servers on MCP Toplist.
Use Seraph
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http seraph-mcp-public https://seraph.kondux.io/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.seraph-mcp-public]
url = "https://seraph.kondux.io/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://seraph.kondux.io/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"seraph-mcp-public": {
"url": "https://seraph.kondux.io/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"seraph-mcp-public": {
"type": "http",
"url": "https://seraph.kondux.io/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"seraph-mcp-public": {
"serverUrl": "https://seraph.kondux.io/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"seraph-mcp-public": {
"url": "https://seraph.kondux.io/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/glama%2FKondux%2Fseraph-mcp-public)<a href="https://mcptoplist.com/server/glama%2FKondux%2Fseraph-mcp-public"><img src="https://mcptoplist.com/badge/glama%2FKondux%2Fseraph-mcp-public.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
kondux
Other servers by kondux
View all kondux servers →Not versioned
This server is published through registries that do not expose explicit version metadata, and no GitHub release tags were found on the linked repository. The listing tracks a single rolling release.
Frequently asked questions
- Who maintains Seraph?
- Seraph is maintained by kondux, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is Seraph listed on the Official MCP Registry?
- Seraph is not on the Official MCP Registry. It is listed on PulseMCP and Glama.
- How many versions does Seraph have?
- Seraph ships as a single rolling release with no explicit version metadata.
- Where can I find the source code for Seraph?
- The source code for Seraph is hosted at github.com/kondux/seraph-mcp-public.