Skip to content

Add structx-mcp#2664

Open
ops-struct-x wants to merge 2 commits into
chatmcp:mainfrom
ops-struct-x:main
Open

Add structx-mcp#2664
ops-struct-x wants to merge 2 commits into
chatmcp:mainfrom
ops-struct-x:main

Conversation

@ops-struct-x

Copy link
Copy Markdown

What is struct-x?

struct-x is an MCP server that lets agents perform structured data
extraction from raw content (HTML, markdown, text, JSON) using JSON
schemas — with per-field confidence scores. v0.2.0 ships 15 tools
covering catalog browsing, personal-schema management, schema
inference + augmentation, and community publication.

Install

```bash
pip install structx-mcp
```

```json
{
"mcpServers": {
"struct-x": {
"command": "structx-mcp",
"env": { "STRUCTX_API_KEY": "sx_..." }
}
}
}
```

Get an API key at https://app.struct-x.ai/keys.

Tools (15)

Group Tools
Extraction (3) structx_extract, structx_extract_from_url, structx_infer_schema
Catalog (3) structx_list_templates, structx_list_categories, structx_get_template
Personal schemas (5) structx_list_my_schemas, structx_get_my_schema, structx_save_my_schema, structx_update_my_schema, structx_delete_my_schema
Lifecycle + community (4) structx_recommend_templates, structx_augment_schema, structx_request_withdrawal, structx_usage

Full per-tool descriptions in the package's CHANGELOG.

Links

Added metadata for structx-mcp including name, description, homepage, repository, documentation, license, installation instructions, categories, and keywords.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant