{"id":31073545,"url":"https://github.com/jcserv/manaql-mcp","last_synced_at":"2026-05-09T16:56:37.167Z","repository":{"id":312159759,"uuid":"1042392277","full_name":"jcserv/manaql-mcp","owner":"jcserv","description":"An MCP server written in Rust for a Magic: The Gathering card database","archived":false,"fork":false,"pushed_at":"2025-08-28T21:42:41.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-29T02:52:42.585Z","etag":null,"topics":["mcp","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jcserv.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-22T00:22:55.000Z","updated_at":"2025-08-28T21:42:45.000Z","dependencies_parsed_at":"2025-08-29T02:52:44.994Z","dependency_job_id":"e5c5e4f6-3467-4eb4-aeb0-4b310c44fceb","html_url":"https://github.com/jcserv/manaql-mcp","commit_stats":null,"previous_names":["jcserv/manaql-mcp"],"tags_count":null,"template":false,"template_full_name":"jcserv/rust-api-template","purl":"pkg:github/jcserv/manaql-mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcserv%2Fmanaql-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcserv%2Fmanaql-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcserv%2Fmanaql-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcserv%2Fmanaql-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jcserv","download_url":"https://codeload.github.com/jcserv/manaql-mcp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcserv%2Fmanaql-mcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275348487,"owners_count":25448629,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-15T02:00:09.272Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mcp","rust"],"created_at":"2025-09-16T01:45:19.302Z","updated_at":"2025-09-16T01:45:20.543Z","avatar_url":"https://github.com/jcserv.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ManaQL MCP Server\n\nA Model Context Protocol (MCP) server for Magic: The Gathering card data, providing tools for searching and analyzing MTG cards.\n\n## Features\n\n- **Card Search**: Search cards by name, type, and other filters\n- **Card Lookup**: Get specific cards by ID\n- **Card Count**: Get total number of cards in database\n- **Vector Similarity Search**: Find similar cards using AI embeddings based on characteristics like type, mana cost, function, etc.\n\n## Tools\n\n### `search_cards`\nSearch for cards using filters (name, type) and optional query for additional filtering across multiple fields with pagination support.\n\n### `get_card_by_id`\nGet a specific card by ID.\n\n### `get_card_count`\nGet total number of cards in database.\n\n### `find_similar_cards`\nFind similar cards using vector similarity search based on card characteristics like type, mana cost, function, etc.\n\n## Architecture\n```\nsrc/\n├── main.rs              # Application entry point\n├── lib.rs               # Library exports\n├── error.rs             # Error handling\n├── cards/               # Cards domain module\n│   ├── mod.rs\n│   ├── model.rs         # Card data models\n│   ├── repository.rs    # Database operations\n│   └── mcp.rs           # Cards MCP functionality\n└── mcp/                 # Generic MCP server implementation\n    ├── mod.rs           # MCP module exports\n    └── server.rs        # Main MCP server with tools/prompts\n```\n\n## Features\n\n### Tools\n- **Card Search**: Search for cards by name, type\n- **Card Retrieval**: Get specific cards by ID\n- **Card Count**: Get total number of cards in database\n- **Get Similar Cards**: Get cards similar to another card\n\n### Prompts\n- TODO\n\n## Usage\n\n1. Setup the ManaQL DB - follow the instructions [here](https://github.com/jcserv/manaql-ingest)\n2. Run the model context protocol inspector\n```bash\nnpx @modelcontextprotocol/inspector cargo run\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcserv%2Fmanaql-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjcserv%2Fmanaql-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcserv%2Fmanaql-mcp/lists"}