68
/100
prowl
Benchmarked Aug 13, 2026

ITIS

Integrated Taxonomic Information System

saas platform_profile
Benchmark Your API

Score Breakdown

Auth Simplicity 10/10
Latency 8/10
Parseability 8/10
Token Efficiency 7/10
Consistency 6/10
Documentation 6/10
Error Clarity 6/10
First-Try Success 6/10

Benchmark Analysis Log

Full LLM thinking from the 4-phase benchmark pipeline.

Analyze
{
  "service_type": "platform",
  "base_url": "https://www.itis.gov/",
  "auth_method": "none",
  "auth_config": {},
  "endpoints": [
    "https://www.itis.gov/ITISWebService/services/ITISService/getFullRecordFromTSN?tsn=202385",
    "https://www.itis.gov/ITISWebService/services/ITISService/getAnyMatchCount?srchkey=Aves",
    "https://www.itis.gov/ITISWebService/services/ITISService/searchForAnyMatch?srchkey=Aves",
    "https://www.itis.gov/ITISWebService/services/ITISService/getSynonymsFromTSN?tsn=202385",
    "https://www.itis.gov/ITISWebService/services/ITISService/getITISTerms?type=rank",
    "https://www.itis.gov/ITISWebService/services/ITISService/getLastChangeDate"
  ],
  "pricing_model": {
    "type": "free",
    "details": {
      "public_web_services": "Free to use without API key or registration",
      "data_availability": "All data is in the public domain, no restrictions on use",
      "credits": "Source attribution recommended"
    }
  },
  "rate_limits": {
    "notes": "No official rate limits documented, but heavy usage may be throttled.",
    "recommendation": "Implement client-side caching and respect server load."
  },
  "capabilities": [
    "Access to integrated taxonomic information for all kingdoms (animals, plants, fungi, microbes)",
    "Search by common name, scientific name, or TSN (Taxonomic Serial Number)",
    "Retrieve complete taxonomic hierarchy and classification",
    "Get synonyms, vernacular names, and references for each taxon",
    "Support for multiple data standards (IT IS, GBIF, etc.)",
    "Web services via SOAP and REST-like endpoints",
    "Regular updates from partner agencies",
    "Public domain data usable in external applications"
  ],
  "raw_analysis": "ITIS (Integrated Taxonomic Information System) is a free, authoritative source for taxonomic information, maintained by a partnership of U.S. federal agencies (USGS, NOAA, EPA, etc.) and international collaborators. It provides a consistent and reliable classification for organisms, with unique TSN identifiers. The platform offers SOAP-based web services (as described on the ws_description page) and a REST-ish interface for programmatic access, though the official documentation focuses on SOAP. It's highly mature (operational since 1990s) and widely used for ecological, biodiversity, and environmental applications. No authentication is required; all endpoints are public. Integration is straightforward via web service calls, with capabilities including search, hierarchy retrieval, synonyms, and vernacular names. Rate limiting is not explicit but should be modestly respected. It's an excellent resource for developers needing standard taxonomic data without commercial constraints."
}
Execute

2/3 tests passed

TestEndpointStatusLatency
website_uptimeGET /200289ms
robots_txtGET /robots.txt20099ms
llms_txtGET /llms.txt404100ms
Interpret
```json
{
  "overall": 58,
  "dimensions": {
    "token_efficiency": 7.0,
    "first_try_success": 6.0,
    "response_parseability": 8.5,
    "error_clarity": 5.5,
    "doc_quality": 6.0,
    "auth_simplicity": 10.0,
    "latency": 7.5,
    "consistency": 6.5
  },
  "pricing_normalized": {
    "model": "free",
    "details": "No API key or registration required; all data is public domain"
  },
  "issues": [
    "No llms.txt file (404) — makes it harder for agents to discover structured documentation",
    "Website uses outdated HTML 4.01 transitional doctype — suggests legacy infrastructure",
    "No explicit rate limits or usage guidelines documented in the platform analysis",
    "Response appears to be HTML pages rather than pure JSON for web services — parsing may require HTML scraping for some endpoints"
  ],
  "recommendations": [
    "Add an llms.txt file with API documentation, endpoint schemas, and examples to support agent discovery",
    "Provide clear OpenAPI/Swagger documentation for existing REST-like endpoints",
    "Document rate limits and bulk usage policies to set expectations for automated users",
    "Improve error responses with machine-readable error codes and structured JSON errors",
    "Modernize web service responses to consistently return JSON with CORS headers for easier consumption"
  ]
}
```

Agent Readiness

x402 Payments
Not supported
Streaming
No
Sandbox
None
Agent Auth
Unknown
SDKs
None listed
MCP Support
No

Embed your Prowl badge

Show your live agent-readiness score on your own site. Free, no auth — it updates as your score changes.

Prowl agent-readiness badge
<a href="https://prowl.world/service/itis">
  <img src="https://prowl.world/badge/itis.svg" height="56" alt="Agent-readiness on Prowl">
</a>

Options: ?style=light|dark · ?size=sm|md · ?variant=certified (claimed + DNS-verified only) · badge generator with preview

Want the full interactive view?

See operational metrics, LLM evaluations, agent readiness, and more.

Open in Dashboard