Metadata-Version: 2.4
Name: robokop-mcp
Version: 0.1.0
Summary: MCP server for ROBOKOP Knowledge Graph - query biomedical knowledge graph for nodes, edges, and relationships
Project-URL: Homepage, https://github.com/cbizon/RoboMCP
Project-URL: Repository, https://github.com/cbizon/RoboMCP
Project-URL: Issues, https://github.com/cbizon/RoboMCP/issues
Author: Chris Bizon
License: MIT
Keywords: bioinformatics,biomedical,knowledge-graph,mcp,robokop,translator
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.10
Requires-Dist: fastmcp>=0.1.0
Requires-Dist: httpx>=0.24.0
Description-Content-Type: text/markdown

# ROBOKOP MCP

MCP server for the ROBOKOP Knowledge Graph - query biomedical knowledge graph for nodes, edges, and relationships.

## Documentation

For full documentation, installation instructions, and usage examples, see the main [RoboMCP repository](https://github.com/cbizon/RoboMCP).

## Quick Start

```bash
# Run with uvx (no installation needed)
uvx robokop-mcp
```

## Tools

- `get_node` - Get information about a specific node by CURIE
- `get_edges` - Get edges connected to a node with optional filtering
- `get_edge_summary` - Get a summary of edge types connected to a node
- `get_edges_between` - Find all edges connecting two nodes

## License

MIT License - see the [main repository](https://github.com/cbizon/RoboMCP) for details.
