streamable-httpupdated 3mo ago
Fixie MCP Registry Files ==========================
What can you do with 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
Install
Add Fixie MCP Server to your client. Pick the one you use.
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`.
Score
39 / 100
Incomplete
- Documentation13/25
- Maintenance13/25
- Trust6/20
- Capability0/15
- Install experience12/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
Version history
| Versions | Published |
|---|---|
| 1.1.0Latest | Jun 2, 2026 |
| 1.0.0 | Apr 24, 2026 |