The reputation layer for AI skills, tools & agents

featureform/enrichmcp

Score: 38.9 Rank #2810

EnrichMCP is a python framework for building data driven MCP servers

Overview

featureform/enrichmcp is a Python MCP server licensed under Apache-2.0. EnrichMCP is a python framework for building data driven MCP servers

Ranked #2810 out of 25632 indexed tools.

Ecosystem

Python Apache-2.0

Signal Breakdown

Stars 642
Freshness 15d ago
Issue Health 10%
Contributors 4
Dependents 0
Forks 32
Description Good
License Apache-2.0

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

Issue Health high impact

You have 9 open vs 1 closed issues — triaging stale issues improves health

Dependents medium impact

No downstream dependents detected yet — adoption by other projects is the strongest trust signal

Badge

AgentRank score for featureform/enrichmcp
[![AgentRank](https://agentrank-ai.com/api/badge/tool/featureform--enrichmcp)](https://agentrank-ai.com/tool/featureform--enrichmcp)
<a href="https://agentrank-ai.com/tool/featureform--enrichmcp"><img src="https://agentrank-ai.com/api/badge/tool/featureform--enrichmcp" alt="AgentRank"></a>

Matched Queries

"mcp server""mcp-server"

From the README

# EnrichMCP

**The ORM for AI Agents - Turn your data model into a semantic MCP layer**

EnrichMCP is a Python framework that helps AI agents understand and navigate your data. Built on MCP (Model Context Protocol), it adds a semantic layer that turns your data model into typed, discoverable tools - like an ORM for AI.

## What is EnrichMCP?

Think of it as SQLAlchemy for AI agents. EnrichMCP automatically:

- **Generates typed tools** from your data models
- **Handles relationships** between entities (users → orders → products)
- **Provides schema discovery** so AI agents understand your data structure
- **Validates all inputs/outputs** with Pydantic models
- **Works with any backend** - databases, APIs, or custom logic

## Installation

```bash
pip install enrichmcp

# With SQLAlchemy support
pip install enrichmcp[sqlalchemy]
```

## Show Me Code

### Option 1: I Have SQLAlchemy Models (30 seconds)

Transform your existing SQLAlchemy models into an AI-navigable API:

```python
from e
Read full README on GitHub →
Are you the maintainer? Claim this listing