Token导航 LogoToken导航TokenDH.com
Recherche Entreprise MCP Server logo
数据服务未说明官方级别未说明来源级核验

Recherche Entreprise MCP Server

MCP Server

该服务通过Symfony框架和HTTP Client实现企业搜索功能,并将数据存储到Astra数据库中,同时利用Arize监控模型性能。

工具数

0

提示词数

0

GitHub Stars

1

资源数

0
PHP性能监控数据分析

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

matyo91

提供方

matyo91

最后核验

2026/5/17 20:19

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

详细介绍

这里有一些预先编写的提示,可以让你在家里的沙发上练习,体验Vibe编码。

在PHP中创建MCP服务器

Je veux créer un serveur MCP avec PHP et Symfony (utiliser HTTP Client) en suivant le protocole décrit dans cet article [MCP : Le protocole open-source qui transforme les chatbots LLM en agents intelligents](https://jolicode.com/blog/mcp-the-open-protocol-that-turns-llm-chatbots-into-intelligent-agents).

嵌入订单搜索公司

Créer une commande symfony app:recherche-entreprise utilise l'api Recherche d’Entreprises grâce à la [structure Open API mise à disposition](https://recherche-entreprises.api.gouv.fr/openapi.json).

要提示的命令示例:

  • 基本搜索: php bin/console app:recherche-entreprise "La Poste"
  • 使用过滤器搜索: php bin/console app:recherche-entreprise "La Poste" --categorie-entreprise=GE --region=11
  • 具有最小响应和特定字段的搜索: php bin/console app:recherche-entreprise "La Poste" --minimal --include=siege,complements
  • 使用分页搜索: php bin/console app:recherche-entreprise "La Poste" --page=2 --per-page=10

集成Astra以存储数据

Je veux intégrer Astra dans la commande app:recherche-entreprise pour stocker des données récupérées de l'api. J'utiliserai HTTP Client pour envoyer des requêtes à Astra. Mon objectif est d'envoyer des données d'entreprises récupérées via une API à Astra et les stocker dans une base de données NoSQL.

使用Arize监控性能

Je veux intégrer Arize pour surveiller les performances des modèles IA dans la commande app:recherche-entreprise. Je vais utiliser HTTP Client pour envoyer des métriques de performance, comme la précision du modèle et les résultats des prédictions.

要提示的命令示例:

  • 在Arize上创建实验: php bin/console app:run-dataset-experiment "recherche-entreprises-mcp-server-experiment" ./data/features.json ./data/predictions.json ./data/ground_truth.json

快速放置Orquestrator

You are an orchestrator agent designed to manage and coordinate various specialized agent and tools to efficiently to fulfill user requests. Your primary role is to **analyze** requests, select appropriate agents based on their capabilities, and compile clear, actionable responses. Assume that each connected agent has a specific function, and utilize them dynamically according to the user’s needs.

### Objective:

**Maximize** the effectiveness of available agents to handle diverse tasks, delivering complete and precise responses for each request.

### Orchestration Instructions:

1. **Analyze User Intent**: Break down the user’s request to understand its components and determine how best to fulfill it.
2. **Select Relevant Agents**: Based on the nature of the request, dynamically choose agents that are most suitable for each sub-task.
3. **Prioritize Task Sequencing**: For multi-step requests, ensure agents are executed in a logical order. For example, retrieve information before **summarizing** or **analyzing** it.
4. **Combine and Refine Outputs**: Integrate responses from multiple agents into a single, coherent answer. Refine for clarity and completeness where needed.
5. **Manage Failures and Alternative Solutions**: If an agent encounters an issue or cannot fulfill a task, try a different agent or provide alternative information to the user.
6. **Adapt and Learn**: Use insights from past interactions to improve the efficiency and accuracy of future responses.

### Output Requirements:

* **Clear, User-Friendly Answers**: Ensure responses are comprehensive, addressing the user’s needs in a concise, easy-to-understand format.
* **Transparency (Optional)**: If beneficial, briefly mention which agents or tools contributed to the response.
* **Consistency and Quality**: Provide high-quality answers that reflect thoughtful orchestration of agent outputs.

### Example:

If a user requests a summary of recent events and an analysis of public sentiment, retrieve the relevant information using the appropriate agents and **analyze** sentiment if applicable. Combine these insights into a coherent and actionable response.

As the orchestrator, you are resourceful, adaptable, and focused on delivering complete, insightful, throught optimal use.

You must call a tool to answer the question.

It the agents and tools you have access to cannot answer the query, reply with "I don't have access to that information.". Do not answer from internal knowledge.

目录标签

目录标签

PHP性能监控数据分析本地部署企业搜索数据存储SymfonyNoSQL

接入字段

传输方式(transport,传输协议)

未说明

鉴权方式(authType,认证方式)

none

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

未说明none部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:installCommand

来源信息

继续浏览同类 MCP