# Agentdata

> AgentData — on-prem connectors + quickstart for the AgentData Data Fabric / Semantic Layer (REST + MCP)

- **Type:** MCP server
- **Install:** `agentstack add mcp-biskilled-agentdata`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [biskilled](https://agentstack.voostack.com/s/biskilled)
- **Installs:** 0
- **Category:** [Databases](https://agentstack.voostack.com/c/databases)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [biskilled](https://github.com/biskilled)
- **Source:** https://github.com/biskilled/agentdata
- **Website:** https://agentdata.ui.biskilled.com

## Install

```sh
agentstack add mcp-biskilled-agentdata
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# AgentData

**AgentData** is a Data Fabric / Semantic Layer that auto-discovers business entities
across heterogeneous databases, maintains a unified semantic model, and serves
analytical queries through a REST API and MCP — so people and LLMs can ask questions
of your data in plain language.

This is the **public** repository for AgentData: the **on-prem connectors** you install
to connect private databases, the connector **protocol**, and **getting-started docs**.
The product itself (backend, UI, semantic engine) is hosted — you don't run it from here.

## What's here

| Path | What it is |
|------|------------|
| [`connectors/`](connectors/) | On-prem connectors you install on your own network |
| [`connectors/relational/`](connectors/relational/) | The relational connector — PostgreSQL, MySQL, SQL Server, SQLite (read sources and/or write staging DBs) |
| [`connectors/PROTOCOL.md`](connectors/PROTOCOL.md) | The job contract between a connector and the backend (build your own in any language) |
| [`QUICKSTART.md`](QUICKSTART.md) | Connect a database and run your first flow |

## Why a connector?

A connector lets the hosted AgentData backend reach a database on **your** network
**without exposing it to the internet and without copying its data out**. It runs inside
your network, holds the database credentials locally, makes only **outbound HTTPS** calls
(it polls — no inbound port), and returns only metadata and query/flow results. Raw rows
and credentials never leave your machine.

```
 AgentData (hosted)  ◄── outbound HTTPS poll ── connector (your network) ──► your database
        │                                              │
        └──────────── metadata / results only ─────────┘
```

## Get started

See **[QUICKSTART.md](QUICKSTART.md)**, then the connector you need —
e.g. **[connectors/relational/](connectors/relational/)** for SQL databases.

## License

[MIT](LICENSE) — you're free to read, run, and adapt the connectors for connecting your
own systems to AgentData.

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [biskilled](https://github.com/biskilled)
- **Source:** [biskilled/agentdata](https://github.com/biskilled/agentdata)
- **License:** MIT
- **Homepage:** https://agentdata.ui.biskilled.com

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-biskilled-agentdata
- Seller: https://agentstack.voostack.com/s/biskilled
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
