company-reconcile
by uerdshds
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | The port to listen on. | 8000 |
| MCP_API_KEY | No | Optional API key for authentication. If set, requests must include header X-Api-Key: <key>. | |
| MCP_HTTP_PATH | No | The HTTP path for the MCP service endpoint. | /mcp |
| MCP_TRANSPORT | No | The transport type: 'streamable-http' or 'stdio'. | streamable-http |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| reconcile_company_tablesA | 把两份表格按【公司名称 + 日期】做模糊对碰 (AND逻辑: 名称与日期都满足才算匹配)。 返回三档结果:
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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/uerdshds/company-data-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server