PolicyLayerLee commited on
Commit
e790df2
·
verified ·
1 Parent(s): cbecc3d

Update to 2026-06 edition

Browse files
Files changed (3) hide show
  1. README.md +9 -8
  2. servers.jsonl +0 -0
  3. tools.jsonl +2 -2
README.md CHANGED
@@ -26,10 +26,10 @@ configs:
26
 
27
  A risk-classified catalogue of every Model Context Protocol (MCP) server reachable through the public registries. Each tool exposed by each server is classified into one of six risk categories using a verb-based classifier with input-schema heuristics.
28
 
29
- **1,787 servers · 25,329 tools · classified May 2026 · refreshed monthly.**
30
 
31
  The catalogue is the underlying dataset for PolicyLayer's research report,
32
- [*The State of MCP Security — May 2026*](https://policylayer.com/research/state-of-mcp-2026).
33
 
34
  ---
35
 
@@ -111,7 +111,7 @@ One row per tool exposed by a server in the `servers` split.
111
  | `Other` | Does not fit the above categories. | varies |
112
 
113
  Classification is verb-based with input-schema heuristics. Methodology details and known failure modes are documented in the
114
- [research report](https://policylayer.com/research/state-of-mcp-2026#methodology).
115
 
116
  ---
117
 
@@ -119,8 +119,8 @@ Classification is verb-based with input-schema heuristics. Methodology details a
119
 
120
  - **Public registries only.** The dataset covers servers reachable through the official Model Context Protocol registry, npm, Smithery, and Glama. Private and self-hosted servers are not represented.
121
  - **Lower bound.** Some registry-listed servers are unreachable through the scan pipeline (broken installs, dependency failures, or auth-walled launchers) and are excluded. The dataset is therefore a lower bound on the real ecosystem.
122
- - **Static snapshot.** This release is the May 2026 edition. New monthly versions are released on the 1st of each month.
123
- - **Classifier confidence varies.** 72.3% of tool classifications are high-confidence and 15.4% are verified. The remaining 12.3% are medium or low confidence and should be treated as advisory rather than authoritative for downstream risk decisions.
124
  - **Usage metrics are point-in-time.** `npm_weekly_downloads` reflects the week immediately before the snapshot. `github_*` fields reflect the GitHub repository state at fetch time. Metrics are null where the server is not on npm, has no GitHub repo, or the upstream API rate-limited the fetch.
125
 
126
  ---
@@ -130,8 +130,8 @@ Classification is verb-based with input-schema heuristics. Methodology details a
130
  If you use this dataset in research or commentary, please cite the research report:
131
 
132
  ```
133
- PolicyLayer. (2026). The State of MCP Security — May 2026.
134
- https://policylayer.com/research/state-of-mcp-2026
135
  ```
136
 
137
  For the dataset itself:
@@ -149,13 +149,14 @@ The catalogue is regenerated monthly from PolicyLayer's continuously-updated sca
149
 
150
  | Edition | Tag | Servers | Tools |
151
  |---|---|---:|---:|
 
152
  | May 2026 | `2026-05` | 1,787 | 25,329 |
153
 
154
  ---
155
 
156
  ## Related
157
 
158
- - **Research report:** [The State of MCP Security — May 2026](https://policylayer.com/research/state-of-mcp-2026)
159
  - **Public tool catalogue:** [policylayer.com/tools](https://policylayer.com/tools) — browse classifications by server.
160
  - **MCP attack database:** [policylayer.com/attacks](https://policylayer.com/attacks) — documented MCP incidents and attack patterns.
161
  - **PolicyLayer:** [policylayer.com](https://policylayer.com) — the MCP control plane (gateway, policy engine, audit log) for production agent fleets.
 
26
 
27
  A risk-classified catalogue of every Model Context Protocol (MCP) server reachable through the public registries. Each tool exposed by each server is classified into one of six risk categories using a verb-based classifier with input-schema heuristics.
28
 
29
+ **2,031 servers · 31,000 tools · classified June 2026 · refreshed monthly.**
30
 
31
  The catalogue is the underlying dataset for PolicyLayer's research report,
32
+ [*The State of MCP Security — June 2026*](https://policylayer.com/research/state-of-mcp).
33
 
34
  ---
35
 
 
111
  | `Other` | Does not fit the above categories. | varies |
112
 
113
  Classification is verb-based with input-schema heuristics. Methodology details and known failure modes are documented in the
114
+ [research report](https://policylayer.com/research/state-of-mcp#methodology).
115
 
116
  ---
117
 
 
119
 
120
  - **Public registries only.** The dataset covers servers reachable through the official Model Context Protocol registry, npm, Smithery, and Glama. Private and self-hosted servers are not represented.
121
  - **Lower bound.** Some registry-listed servers are unreachable through the scan pipeline (broken installs, dependency failures, or auth-walled launchers) and are excluded. The dataset is therefore a lower bound on the real ecosystem.
122
+ - **Static snapshot.** This release is the June 2026 edition. New monthly versions are released on the 1st of each month.
123
+ - **Classifier confidence varies.** 74.5% of tool classifications are high-confidence and 12.5% are verified. The remaining 12.9% are medium or low confidence and should be treated as advisory rather than authoritative for downstream risk decisions.
124
  - **Usage metrics are point-in-time.** `npm_weekly_downloads` reflects the week immediately before the snapshot. `github_*` fields reflect the GitHub repository state at fetch time. Metrics are null where the server is not on npm, has no GitHub repo, or the upstream API rate-limited the fetch.
125
 
126
  ---
 
130
  If you use this dataset in research or commentary, please cite the research report:
131
 
132
  ```
133
+ PolicyLayer. (2026). The State of MCP Security — June 2026.
134
+ https://policylayer.com/research/state-of-mcp
135
  ```
136
 
137
  For the dataset itself:
 
149
 
150
  | Edition | Tag | Servers | Tools |
151
  |---|---|---:|---:|
152
+ | June 2026 | `2026-06` | 2,031 | 31,000 |
153
  | May 2026 | `2026-05` | 1,787 | 25,329 |
154
 
155
  ---
156
 
157
  ## Related
158
 
159
+ - **Research report:** [The State of MCP Security — June 2026](https://policylayer.com/research/state-of-mcp)
160
  - **Public tool catalogue:** [policylayer.com/tools](https://policylayer.com/tools) — browse classifications by server.
161
  - **MCP attack database:** [policylayer.com/attacks](https://policylayer.com/attacks) — documented MCP incidents and attack patterns.
162
  - **PolicyLayer:** [policylayer.com](https://policylayer.com) — the MCP control plane (gateway, policy engine, audit log) for production agent fleets.
servers.jsonl CHANGED
The diff for this file is too large to render. See raw diff
 
tools.jsonl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:18bcf0adce8e4fbaa1991767c84214eeaff0f330755981e4082a2b38c025341d
3
- size 21011689
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2d5fa749f855c96e39daf972038fe5c77eca7d818601cc321dab4c0e86b9ecd
3
+ size 26655888