@@ -34,24 +34,25 @@ On first connection, the client performs DCR against `https://mcp.quicknode.com/
3434
3535| Tool | Purpose |
3636| ---| ---|
37- | ` list-endpoints ` | List your Quicknode endpoints |
37+ | ` list-endpoints ` | List your Quicknode endpoints (paginated) |
3838| ` get-endpoint ` | Get details for one endpoint |
39- | ` create-endpoint ` | Provision a new endpoint |
40- | ` delete-endpoint ` | Decommission an endpoint |
41- | ` update-endpoint-security-options ` | Update endpoint security configuration |
42- | ` update-endpoint-rate-limits ` | Adjust per-method rate limits |
43- | ` get-endpoint-rate-limit-by-method ` | Inspect a single method's rate limit |
44- | ` get-rate-limit-details ` | Get rate-limit configuration details |
45- | ` list-endpoint-method-rate-limits ` | List all method-level limits for an endpoint |
46- | ` create-security-rule ` | Add a security rule |
39+ | ` create-endpoint ` | Provision a new endpoint for a chain/network |
40+ | ` delete-endpoint ` | Archive an endpoint |
41+ | ` update-endpoint-rate-limits ` | Adjust an endpoint's general rate limits (RPS/RPM/RPD) |
42+ | ` list-endpoint-method-rate-limits ` | List all per-method rate limiters on an endpoint |
43+ | ` create-endpoint-method-rate-limit ` | Add a per-method rate limiter |
44+ | ` update-endpoint-method-rate-limit ` | Update a per-method rate limiter |
45+ | ` delete-endpoint-method-rate-limit ` | Remove a per-method rate limiter |
46+ | ` list-endpoint-security ` | List active security options and rules |
47+ | ` update-endpoint-security-options ` | Toggle endpoint security features (CORS, JWT, IPs, etc.) |
48+ | ` create-security-rule ` | Add a security rule (IP, JWT, referrer, domain mask, token) |
4749| ` delete-security-rule ` | Remove a security rule |
48- | ` list-endpoint-security ` | List active security rules |
49- | ` get-endpoint-metrics ` | Fetch endpoint metrics |
50- | ` list-endpoint-logs ` | List endpoint request logs |
51- | ` get-endpoint-log-details ` | Inspect one log entry |
52- | ` get-rpc-usage ` | RPC usage stats |
53- | ` get-billing ` | Account billing summary |
54- | ` list-chains ` | List supported chains |
50+ | ` get-endpoint-metrics ` | Fetch endpoint metrics over a time window |
51+ | ` list-endpoint-logs ` | List endpoint request/response logs |
52+ | ` get-endpoint-log-details ` | Inspect one log entry's raw request/response |
53+ | ` get-rpc-usage ` | RPC usage stats, optionally broken down by endpoint/method/chain |
54+ | ` get-billing ` | Account billing data (invoices or payments) |
55+ | ` list-chains ` | List all chains supported by Quicknode |
5556
5657## Requirements
5758
0 commit comments