create-endpoint
ChatGPTCreate a new web3 RPC endpoint for a given chain and network under user's Quicknode account. This can error if the chain and network combination is not supported or if the user has reached their endpoint limit, in which case the user should try a different chain and network combination (can request list-chains tool for information on supported chains) or delete an existing endpoint
create-endpoint-method-rate-limit
ChatGPTCreate a new method-specific rate limiter for a Quicknode endpoint
create-security-rule
ChatGPTCreate a security rule for a Quicknode endpoint. Supports types: ip, jwt, referrer, domain_mask, token. Provide the type-specific fields alongside the type parameter.
delete-endpoint
ChatGPTArchive a Quicknode endpoint by its ID. This will archive the endpoint and make it inactive. THIS IS A DESTRUCTIVE ACTION
delete-endpoint-method-rate-limit
ChatGPTDelete a method-specific rate limit from a Quicknode endpoint. THIS IS A DESTRUCTIVE ACTION
delete-security-rule
ChatGPTDelete a security rule from a Quicknode endpoint. THIS IS A DESTRUCTIVE ACTION. Use the list-endpoint-security tool first to find the rule type and rule_id.
get-billing
ChatGPTGet billing data for the user's Quicknode account. Use type to get invoices or payments.
get-endpoint
ChatGPTGet a specific web3 Quicknode endpoint details by id
get-endpoint-log-details
ChatGPTGet detailed request and response information for a specific log entry. This provides the raw request payload and full response that were logged for a particular request
get-endpoint-metrics
ChatGPTGet metrics for a specific Quicknode endpoint. Supports various metrics like method calls, response status, and response times over different time periods
get-rpc-usage
ChatGPTGet the usage data for the user's Quicknode RPC account. Use breakdown_by to get usage by endpoint, method, or chain. The start_time and end_time parameters are ISO 8601 date strings.
list-chains
ChatGPTList all chains supported by Quicknode
list-endpoint-logs
ChatGPTList the request/response logs for a specific Quicknode endpoint
list-endpoint-method-rate-limits
ChatGPTList all method rate limits for a specific Quicknode endpoint
list-endpoint-security
ChatGPTList all security options and rules for a Quicknode endpoint. Shows which security features are enabled/disabled and all configured rules (ip, jwt, referrer, domain_mask, token) with their rule IDs.
list-endpoints
ChatGPTGet web3 Quicknode endpoints for the user, this is a list of all the endpoints that the user has created across all chains and networks. Supports pagination via limit and offset parameters
update-endpoint-method-rate-limit
ChatGPTUpdate an existing method-specific rate limit for a Quicknode endpoint
update-endpoint-rate-limits
ChatGPTUpdate the general rate limits (RPS, RPM, RPD) for a Quicknode endpoint
update-endpoint-security-options
ChatGPTUpdate security options for a specific Quicknode endpoint
create-endpoint
Claudecreate-endpoint-method-rate-limit
Claudecreate-security-rule
Claudedelete-endpoint
Claudedelete-endpoint-method-rate-limit
Claudedelete-security-rule
Claudeget-billing
Claudeget-endpoint
Claudeget-endpoint-log-details
Claudeget-endpoint-metrics
Claudeget-rpc-usage
Claudelist-chains
Claudelist-endpoint-logs
Claudelist-endpoint-method-rate-limits
Claudelist-endpoint-security
Claudelist-endpoints
Claudeupdate-endpoint-method-rate-limit
Claudeupdate-endpoint-rate-limits
Claudeupdate-endpoint-security-options
Claude