frp Client Admin API
The frp client (frpc) exposes a built-in HTTP admin API on its local web server. The API lets operators inspect or hot-reload the client configuration, stop the client, query proxy and visitor status, and (when a configuration store is enabled) manage stored proxy and visitor definitions. All routes (except /healthz) require HTTP Basic authentication using the user and password configured in webServer.user and webServer.password.
What You Can Do
MCP Tools
gethealthz
Health check
reloadconfig
Reload configuration
stopclient
Stop client
getstatus
Get proxy status
getconfig
Get current configuration
putconfig
Replace configuration
getproxyconfig
Get proxy configuration
getvisitorconfig
Get visitor configuration
liststoreproxies
List stored proxies
createstoreproxy
Create stored proxy
getstoreproxy
Get stored proxy
updatestoreproxy
Update stored proxy
deletestoreproxy
Delete stored proxy
liststorevisitors
List stored visitors
createstorevisitor
Create stored visitor
getstorevisitor
Get stored visitor
updatestorevisitor
Update stored visitor
deletestorevisitor
Delete stored visitor