MCP_ARES
A Model Context Protocol Server running over SSE, providing tools for LLM to access Czech company information.
What is it?
A Model Context Protocol Server running over SSE
What it offers?
Tools for LLM to get current information on Czech companies from company register (incl. Commercial Register), Register of Beneficial Owners and check insolvency register.
Company information may be fetched either by name or by ID number.
What do I need?
MCP Client, such is Claude Desktop or LibreChat
How to run this?
Using Docker with precompiled image as per docker-compose.yml. App is listening on port 8956.
How to add to LibreChat
In your librechat.yaml file, add the following section:
mcpServers:
mcp-ares:
type: sse # type can optionally be omitted
url: URL of your docker container # e.g. http://localhost:8956/sse
How to use in LibreChat
After the server is added to LibreChat as per above, restart LibreChat to connect to MCP server and discover tools. Then, create an agent and add the respective tools to agent.
When the agent is created, you may ask the agent to get you seat address of the company, ask how the company may sign a contract etc.
Related MCP Servers
View all research_and_data servers →exa-mcp-server
by exa-labs
A Model Context Protocol (MCP) server allows AI assistants to use the Exa AI Search API for real-time web searches in a secure manner.
Sequential Thinking
by modelcontextprotocol
An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process.
arxiv-mcp-server
by blazickjp
The ArXiv MCP Server provides a bridge between AI assistants and arXiv's research repository through the Model Context Protocol (MCP).
sitemcp
by ryoppippi
SiteMCP is a tool that fetches an entire site and uses it as a Model Context Protocol (MCP) Server.
mcp-compass
by liuyoshio
MCP Compass is a discovery and recommendation service for exploring Model Context Protocol servers using natural language queries.
Sequential Thinking MCP Server
by modelcontextprotocol
An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process.
firecrawl-mcp-server
by mendableai
Firecrawl MCP Server is a Model Context Protocol server implementation that integrates with Firecrawl for web scraping capabilities.