Skip to main content
Glama
pyrfor

onec-odata-mcp

by pyrfor

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ONEC_BASE_URLNoBase URL of the 1C OData endpoint (e.g. https://1c.example.com/your_db/odata/standard.odata)
ONEC_DATABASENoDatabase name (optional)
ONEC_PASSWORDNoPassword for OData authentication
ONEC_USERNAMENoUsername for OData authentication
ONEC_CONFIG_PATHNoPath to a JSON config file with baseUrl, username, password (alternative to individual env vars)
ONEC_METADATA_CACHE_TTL_MSNoCache TTL in milliseconds for metadata (optional, default 3600000)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
odata_configA

Check 1С OData configuration status and setup instructions

odata_list_entitiesB

List all available OData entities from 1С

odata_metadataA

Get entity types and entity sets from 1С metadata (cached, TTL default 1h)

odata_explain_entityB

Describe entity fields, types, keys and navigation properties from metadata

odata_build_queryA

Build validated OData query parameters from structured intent (filters, date period, sort, top). Returns params for odata_query + human explanation.

odata_queryA

Query 1С OData entity with filter, select, top, orderBy, expand. Example: entity="Catalog_Контрагенты" filter="Description eq 'ООО Ромашка'"

odata_countB

Count records in an OData entity, optionally with filter

odata_financial_summaryA

Auto-detect common 1С financial entities (счета, реализации, контрагенты, заявки) and show counts

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pyrfor/onec-odata-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server