ticker-mcp

pyofart/ticker-mcp
★ 0 stars Python AI/LLM Updated 1d ago
MCP server for developer utilities — clean architecture, extensible design
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ticker-mcp": {
      "command": "uvx",
      "args": [
        "ticker-mcp"
      ]
    }
  }
}

Or install with pip: pip install ticker-mcp

README Excerpt

Meta-MCP & A2A server — tools for building, testing, and connecting AI agents. | Tool | Description | |------|-------------| | `mcp_validate_config` | Validate MCP server config (Claude / Cursor `mcpServers`) | | `mcp_inspect_schema` | Analyze a JSON Schema and explain its MCP tool mapping | | `mcp_format_response` | Wrap data into proper MCP response format |

Tools (9)

a2a_discovera2a_get_taska2a_list_alla2a_list_tasksa2a_registera2a_submit_taskmcp_format_responsemcp_inspect_schemamcp_validate_config