streamable-httpupdated 3mo ago
Fixie MCP Registry Files ==========================
¿Qué puedes hacer con Fixie MCP Server?
Fixie MCP Registry Files
This directory holds the public MCP Registry metadata that can be pushed to:
https://github.com/onikora/mcp-registry
Files:
server.json- MCP Registry metadata for the deployed Fixie MCP serverUSAGE.md- tool, resource, prompt, and usage examplesCHANGELOG.md- public metadata change history
Current remote endpoint:
https://www.onikora.com/mcp
Why this directory exists:
- keep public MCP registration metadata separate from the private or broader webapp codebase
- update the deployed MCP server and the published registry metadata in sync
- give you a minimal payload to push to the public
mcp-registryrepository
Sync rule:
- if the public MCP server URL, version, tool surface, resource surface, prompt surface, or title/description changes, update these files before publishing the new registry metadata
Current scope:
- parse raw FIX messages for troubleshooting and inspection
- provide Fixie initiator recipes for market data, order entry, and quote request workflows
- generate generic Java initiator source and runtime configuration templates
- expose human-readable docs and examples through MCP resources
Instalación
Añade Fixie MCP Server a tu cliente. Elige el que uses.
claude mcp add --transport http fixie-mcp-server https://www.onikora.com/mcpcodex mcp add fixie-mcp-server --url https://www.onikora.com/mcp{
"mcpServers": {
"fixie-mcp-server": {
"url": "https://www.onikora.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"fixie-mcp-server": {
"type": "http",
"url": "https://www.onikora.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"fixie-mcp-server": {
"url": "https://www.onikora.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"fixie-mcp-server": {
"serverUrl": "https://www.onikora.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Puntuación
39 / 100
Incompleta
- Documentación13/25
- Mantenimiento13/25
- Confianza6/20
- Capacidad0/15
- Instalación12/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 90 days ago
- Has a release history
- Repository is not archived
- No licence detected
- 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
Historial de versiones
| Versiones | Publicada |
|---|---|
| 1.1.0Última | 2 jun 2026 |
| 1.0.0 | 24 abr 2026 |