---
name: "xpay-ngss-standards-search-standards"
description: "Perform full-text search across all NGSS standard content including performance expectations, topics, and keywords (e.g., \"energy transfer\", \"ecosystems\", \"chemical reactions\", \"climate change\")"
version: "1.0.0"
price: "$0.01/call"
provider: "NGSS Standards"
---

# Search Standards

Perform full-text search across all NGSS standard content including performance expectations, topics, and keywords (e.g., "energy transfer", "ecosystems", "chemical reactions", "climate change")

**Provider:** NGSS Standards
**Price:** $0.01/call
**Pricing model:** Flat rate per call

## When to Use

Use this tool when you need to perform full-text search across all ngss standard content including performance expectations, topics, and keywords (e.g., "energy transfer", "ecosystems", "chemical reactions", "climate change"). This is part of the NGSS Standards provider on xpay✦.

## MCP Connection

Connect to xpay✦ to access this tool (and 7+ others):

```json
{
  "mcpServers": {
    "xpay": {
      "url": "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
    }
  }
}
```

For Claude Code:
```bash
claude mcp add --transport http xpay "https://mcp.xpay.sh/mcp?key=YOUR_API_KEY"
```

## How to Execute

Use the xpay✦ meta-tools to run this tool:

1. **`xpay_details`** — Get full input schema: `xpay_details("ngss-standards/search_standards")`
2. **`xpay_run`** — Execute: `xpay_run("ngss-standards/search_standards", { ...inputs })`

## Input Parameters

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `limit` | integer | No | Maximum number of results to return |
| `detail_level` | string | No | Response detail level: minimal (code, topic, PE 50 chars), summary (+ keywords top 3, PE 150 chars), full (complete standard) |
| `query` | string | Yes | Search query text |
| `domain` | string | No | Optional: filter by domain |

## Pricing

- **Cost:** $0.01/call
- **Balance check:** Use `xpay_balance` to check remaining credits
- Get your API key at [xpay.tools](https://xpay.tools/account/settings/api-keys/) — $5 free credits included

## Related Skills

- [NGSS Standards (all tools)](https://xpay.tools/skills/ngss-standards/SKILL.md) — 8 tools
- [Get Standard](https://xpay.tools/skills/ngss-standards/get-standard/SKILL.md) — $0.01/call
- [Search By Domain](https://xpay.tools/skills/ngss-standards/search-by-domain/SKILL.md) — $0.01/call
- [Get 3d Components](https://xpay.tools/skills/ngss-standards/get-3d-components/SKILL.md) — $0.01/call
- [Search By Practice](https://xpay.tools/skills/ngss-standards/search-by-practice/SKILL.md) — $0.01/call
- [Search By Crosscutting Concept](https://xpay.tools/skills/ngss-standards/search-by-crosscutting-concept/SKILL.md) — $0.01/call

## Links

- Tool page: https://xpay.tools/ngss-standards/search-standards/
- Provider: https://xpay.tools/ngss-standards/
- All tools: https://xpay.tools/explore
