hysdhlx commited on
Commit
3e432a3
·
verified ·
1 Parent(s): 7c72dd1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -1
README.md CHANGED
@@ -10,4 +10,44 @@ configs:
10
  data_files:
11
  - split: test
12
  path: "tasks/tasks.json"
13
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  data_files:
11
  - split: test
12
  path: "tasks/tasks.json"
13
+ ---
14
+
15
+ <a id="readme-top"></a>
16
+
17
+ <!-- PROJECT -->
18
+ <br />
19
+ <div align="center">
20
+ <h3 align="center">LiveMCPBench: Can Agents Navigate an Ocean of MCP Tools?</h3>
21
+
22
+ <p align="center">
23
+ Benchmarking the agent in real-world tasks within a large-scale MCP toolset.
24
+ </p>
25
+ </div>
26
+
27
+ <p align="center">
28
+ 🌐 <a href="https://icip-cas.github.io/LiveMCPBench" target="_blank">Website</a> &nbsp; | &nbsp;
29
+ 📄 <a href="https://arxiv.org/abs/2508.01780" target="_blank">Paper</a> &nbsp; | &nbsp;
30
+ 💻 <a href="https://github.com/icip-cas/LiveMCPBench" target="_blank">Code</a> &nbsp; | &nbsp;
31
+ 🏆 <a href="https://docs.google.com/spreadsheets/d/1EXpgXq1VKw5A7l7-N2E9xt3w0eLJ2YPVPT-VrRxKZBw/edit?usp=sharing" target="_blank">Leaderboard</a>
32
+ &nbsp; | &nbsp;
33
+ 🙏 <a href="#citation" target="_blank">Citation</a>
34
+ </p>
35
+
36
+ ## Dataset Description
37
+ LiveMCPBench is a benchmark for evaluating the ability of agents to navigate and utilize a large-scale MCP toolset.
38
+
39
+ It provides a comprehensive set of tasks that challenge agents to effectively use various tools in daily scenarios.
40
+
41
+ ## Citation
42
+
43
+ If you find this project helpful, please use the following to cite it:
44
+ ```bibtex
45
+ @misc{mo2025livemcpbenchagentsnavigateocean,
46
+ title={LiveMCPBench: Can Agents Navigate an Ocean of MCP Tools?},
47
+ author={Guozhao Mo and Wenliang Zhong and Jiawei Chen and Xuanang Chen and Yaojie Lu and Hongyu Lin and Ben He and Xianpei Han and Le Sun},
48
+ year={2025},
49
+ eprint={2508.01780},
50
+ archivePrefix={arXiv},
51
+ primaryClass={cs.AI},
52
+ url={https://arxiv.org/abs/2508.01780},
53
+ }