floppydata-mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FLOPPYDATA_API_KEY | Yes | API key for Floppydata Client API |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| fetch_web_dataA | Fetch a public web page through Floppydata Web Data. Use this when the agent needs the HTML of a URL. |
| create_rotating_proxy_connectionC | Build one copy-paste rotating proxy connection string for a country, state, city, ASN, session, and rotation. |
| list_rotating_proxy_locationsA | List countries, cities, and states available for rotating proxy connection generation. |
| check_proxyB | Check a proxy connection and return the exit IP and location seen through that proxy. |
| list_static_proxiesA | List static proxies owned by the account, including each proxy connectionString. |
| get_account_balancesA | Get account balances for Web Data, rotating proxy traffic, and static proxies. |
| get_account_usageB | Get account usage rollups. Responses include yesterday, last7Days, last30Days, optional requestedRange, and lastUpdatedAt. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 7 tools
Each tool targets a distinct action: creating proxies, checking proxies, listing static proxies, account balances, account usage, fetching web data, and listing locations. No overlaps.
All tools use consistent snake_case verb_noun pattern (create, check, list, get, fetch). No mixing of conventions.
7 tools is well-scoped for a proxy/web data service. Not too few and not too many.
Covers core proxy and web data operations. Minor gaps like no update/delete proxy but core workflows are supported.