{
  "schema_version": "v1",
  "name_for_human": "Shell City",
  "name_for_model": "shell_city",
  "description_for_human": "Web scraping and data extraction API for AI agents. Pay per call, 1,000 free credits included.",
  "description_for_model": "Shell City is an API marketplace for AI agents that need to access web data. Use this plugin to: (1) scrape any URL and get clean markdown content, (2) extract structured data from any URL using a JSON schema. Authentication uses a Bearer token (API key). Get a free API key with 100 credits at /v1/keys. Scraping costs 1 credit ($0.001), extraction costs 5 credits ($0.005). HTTP 402 means you need more credits.",
  "auth": {
    "type": "user_http",
    "authorization_type": "bearer"
  },
  "api": {
    "type": "openapi",
    "url": "https://shellcity.polsia.app/openapi.json",
    "is_user_authenticated": true
  },
  "logo_url": "https://shellcity.polsia.app/logo.png",
  "contact_email": "support@shellcity.polsia.app",
  "legal_info_url": "https://shellcity.polsia.app/",
  "HttpAuthorizationType": "bearer"
}
