Zum Inhalt springen

Beschreibungen der Umgebungsvariablen (Rohangabe)

5.683 verschiedene Werte, gemessen an 25.360 ausgelieferten Einträgen.

Wert Einträge Anteil
WUNDERVAULT_AGENT_NAME=Agent name registered with the local wundervault-agent daemon (run onboard.py to register). · WUNDERVAULT_AGENT_TOKEN=Optional daemon auth token. Defaults to ~/.wundervault/agents/<agentName>.token. 1 0.0 %
X-API-Key=Optional API key for request authentication 1 0.0 %
X402_ALLOW_HOSTS=Comma-separated hosts that may be paid. Anything else is refused however convincing the challenge looks. · X402_BUDGET_FILE=Path to a file that makes the lifetime budget survive restarts. Without it the total resets every time the server starts. · X402_MAX_PER_REQUEST=Hard ceiling for a single payment, in atomic units (USDC has 6 decimals, so 50000 is $0.05). Required: a model decides when payments happen, so the cap cannot come from the model. · X402_NETWORKS=Networks to accept. Defaults to base. · X402_PRIVATE_KEY=Private key of the wallet that pays. Use a dedicated wallet holding only what you would accept losing. The server refuses to start without it. · X402_TOTAL_BUDGET=Lifetime ceiling across all payments, in atomic units. Required for the same reason as the per-request cap. 1 0.0 %
X402_API_BASE_URL=x402 API base URL (default: https://x402-api.fly.dev) 1 0.0 %
X402_API_KEY=API key for x402 1 0.0 %
X402_BASE_URL=Gateway URL (default: https://x402engine.app) · X402_DEV_BYPASS=Dev bypass secret to skip payments during testing · X402_PAYMENT_HEADER=Pre-signed x402 payment header for automatic payment 1 0.0 %
X402_INTERNAL_KEY=Bypass key for trusted internal callers — skips x402 payment flow entirely. · X402_PAYMENT_HEADER=Signed x402 payment token from your wallet client. Set if handling payments manually. 1 0.0 %
X402_LIST_BASE_URL=API base URL. The /api/v1 prefix is appended automatically. · X402_LIST_TIMEOUT_MS=Per-request timeout in milliseconds. 1 0.0 %
X402_MAX_CALLS=Max paid calls per process. 0 = unlimited. · X402_MAX_TOTAL_USD=Cumulative auto-pay cap per process in USD. 0 = unlimited. · X402_MAX_USD=Per-call auto-pay ceiling in USD. 0 disables auto-pay. · X402_PRIVATE_KEY=Optional Base wallet private key (with or without the 0x prefix). When set, the paid tools auto-pay over x402 up to X402_MAX_USD; otherwise they return a price quote. The free tools need no key. · X402_TIMEOUT_MS=Request timeout in milliseconds. · X402_TRUST_API_BASE=API base URL. 1 0.0 %
X402_PRIVATE_KEY=Base EOA private key (hex, 0x-prefixed) with USDC for signing x402 payments 1 0.0 %
X402_PRIVATE_KEY=EVM private key (0x...) of a wallet holding a few cents of USDC on Base. Used to sign x402 micro-payments. Gas is not needed. 1 0.0 %
X402_PRIVATE_KEY=Optional. Private key of a wallet holding a little USDC on Base mainnet — enables the paid tools ($0.01–$1.50/call, gasless EIP-3009). Free tools (catalog, free_samples) work without it. Use a dedicated low-balance wallet. 1 0.0 %
X402_PRIVATE_KEY=Private key of a wallet holding USDC on Base. Used locally to sign x402 payments; it never leaves your machine. Without it the server still starts and lists tools, but rendering is disabled. 1 0.0 %
X402_WALLET_PRIVATE_KEY=Private key for the wallet that pays for x402 requests (USDC on Base) 1 0.0 %
X64DBG_MCP_HOST=Host where the x64dbg plugin REST API listens · X64DBG_MCP_PORT=Port where the x64dbg plugin REST API listens 1 0.0 %
XAFLOGIC_PROJECT=Directory of the XAF module to analyze. Optional: with no value the module is looked for at or below the working directory, so a client launched from a solution folder needs no configuration. 1 0.0 %
XAHAU_RPC_URLS=Optional comma-separated override of MAINNET Xahau JSON-RPC endpoints (defaults to built-in mainnet endpoints) · XAHAU_TEST_RPC_URLS=Optional comma-separated override of TESTNET Xahau JSON-RPC endpoints (defaults to built-in testnet endpoints) 1 0.0 %
XAI_API_KEY=xAI API key for Grok voice synthesis and transcription (configured once on the dashboard, stored in the config volume) 1 0.0 %
XAPS_AGENT_KEY=Agent billing key for the XAPS Tollbooth API · XAPS_API_URL=XAPS API base URL 1 0.0 %
XAP_API_KEY=API key for live mode (not needed for sandbox) · XAP_MODE=Operating mode: 'sandbox' (free, no key needed) or 'live' (requires API key) 1 0.0 %
XBBG_MCP_AUTH_METHOD=Bloomberg auth method: none, user, app, userapp, dir, manual, or token. · XBBG_MCP_HOST=Bloomberg API host. Defaults to localhost. · XBBG_MCP_LIB_DIR=Optional directory containing Bloomberg runtime libraries. Leave unset to use BLPAPI_ROOT, an authorized vendored SDK layout, or Python blpapi fallback. · XBBG_MCP_MAX_ROWS=Maximum rows returned to the MCP client per response. Defaults to 500. · XBBG_MCP_MAX_STRING_CHARS=Maximum characters per string value returned to the MCP client. Defaults to 2048. · XBBG_MCP_PORT=Bloomberg API port. Defaults to 8194. 1 0.0 %
XBIRD_AUTH_TOKEN=Twitter auth_token cookie (from x.com DevTools → Application → Cookies) · XBIRD_CT0=Twitter ct0 cookie (from x.com DevTools → Application → Cookies) · XBIRD_PRIVATE_KEY=Wallet private key for x402 micropayments (USDC on Base) 1 0.0 %
XCREENER_API_KEY=Your XCREENER API key (xcreener.com/account/api-key) 1 0.0 %
XEN_API_TOKEN=API token (Supabase access JWT) for static authentication. Obtain via 'xen-notes-mcp login --email YOU --password X --show-token'. · XEN_API_URL=Xentropy API base URL. Defaults to http://localhost:3001/api. Must include the /api prefix. · XEN_REFRESH_TOKEN=Refresh token for automatic token rotation. Only needed if using static token auth without interactive login. 1 0.0 %
XERO_ACCESS_TOKEN=Set the XERO_ACCESS_TOKEN credential for the Xero MCP server. · XERO_AUTHORIZATION_URL=Authorization endpoint the login flow opens. Change it only if Xero moves the endpoint. · XERO_BASE_URL=Base URL for the Xero API. Leave the prefilled default unless your account uses a different regional or self-hosted host. · XERO_CLIENT_ID=Client ID of your Xero app (developer.xero.com > My Apps). Set it with the client secret to run the OAuth2 flow; leave blank if you paste an access token instead. · XERO_CLIENT_SECRET=Client secret paired with XERO_CLIENT_ID. · XERO_OAUTH2=Optional. Sets XERO_OAUTH2 for the Xero MCP server. · XERO_TENANT_ID=The Xero organisation ('tenant') GUID sent as the Xero-Tenant-Id header. Every call requires it; `connections list` returns the tenants your token can reach. · XERO_TOKEN_URL=Token endpoint the client-credentials exchange posts to. Leave the prefilled default unless your tenant uses a different token endpoint. 1 0.0 %
XERO_ACCESS_TOKEN=Xero OAuth2 access token (Bearer). Obtain via Xero OAuth2 flow; rotate on expiry. · XERO_TENANT_ID=Xero tenant/organization id sent in the Xero-tenant-id header on every request. 1 0.0 %
XERO_API_KEY=API Key for XERO · XERO_API_URL=API URL for XERO 1 0.0 %
XERO_CLIENT_BEARER_TOKEN=Optional externally-managed Xero bearer token. When set, this takes precedence over the Custom Connection client credentials. · XERO_CLIENT_ID=Xero Custom Connection client ID. · XERO_CLIENT_SECRET=Xero Custom Connection client secret. 1 0.0 %
XETE_IDENTITY=Path to the agent's identity keystore. Auto-generated at ~/.xete/identity.json on first run. · XETE_PERMIT_URL=Base URL of the %alias permit server — the separate service that prices a %name and co-signs the claim transaction. Defaults to XETE_SERVER_URL. Must be https:// unless the host is loopback. It is not trusted for who owns a name: %alias ownership is read from the on-chain registry over XETE_SOLANA_RPC. · XETE_RPC_URL=Solana RPC endpoint used for on-chain lookups. Defaults to mainnet-beta. · XETE_SERVER_URL=xete server base URL. Defaults to https://xete.net. · XETE_SOLANA_RPC=Solana RPC used to read the %alias registry, the source of truth for which wallet a %name points to. Defaults to https://solana-rpc.publicnode.com (api.mainnet-beta throttles reads). · XETE_SOL_KEYPAIR=Optional path to a Solana keypair, used for on-chain actions such as claiming a name. Not required to send or receive messages. · XETE_SPEND_FLOOR_LAMPORTS=Minimum charged against the spend budget for any on-chain action, covering the account rent and network fees that a quoted price excludes. · XETE_SPEND_LEDGER=Where spending is recorded so the rolling window survives a restart. Defaults to ~/.xete/spend-ledger.json; the identity keystore alongside it is never touched. · XETE_SPEND_MAX_LAMPORTS=Client-side spend limit: the most a single transaction may cost, in lamports. Enforced before anything is signed. Unset means the conservative default, never unlimited. · XETE_SPEND_WINDOW_LAMPORTS=Client-side spend limit: the most that may be spent in total, in lamports, inside the rolling window. Unset means the conservative default, never unlimited. · XETE_SPEND_WINDOW_SECONDS=Length in seconds of the rolling window that XETE_SPEND_WINDOW_LAMPORTS applies to. Spending is recorded on disk, so the window survives a restart. 1 0.0 %
XFUEL_API_KEY=API key sent as X-API-Key. Defaults to the shared public demo key. · XFUEL_API_URL=XFuel API base URL. Defaults to the hosted testnet demo. · XFUEL_MCP_AUTH_TOKEN=Optional bearer token required on the HTTP transport (Authorization: Bearer <token>). · XFUEL_PAYER_PRIVATE_KEY=Funded payer private key that enables the pay_with_usdc tool. Moves USDC — keep secret; use a low-balance wallet. · XFUEL_RPC_URL=Theta RPC URL enabling verify_proof's optional on-chain nullifier read. · ZK_VERIFIER_ADDRESS=ZKVerifierSP1 contract address (paired with XFUEL_RPC_URL). 1 0.0 %
XHELIO_SPICE_KERNEL_DIR=Override the default kernel cache directory (~/.xhelio_spice/kernels/) 1 0.0 %
XLSX_MCP_FILES=Comma-separated alias=path pairs of workbooks to preload at startup · XLSX_MCP_LOCK_TIMEOUT=Timeout in seconds to acquire the per-file lock (default 10) · XLSX_MCP_RECALC_TIMEOUT=Timeout in seconds for the LibreOffice recalculation pass (default 60) 1 0.0 %
XMEMO_KEY=Bearer token issued by XMemo for the stdio proxy. Optional for discovery; required for tool execution. · XMEMO_URL=Optional XMemo service base URL. Defaults to https://xmemo.dev. 1 0.0 %
XMLRIVER_EXCLUDE_DOMAINS=Aggregator domains excluded by excludeAggregators, comma-separated. · XMLRIVER_KEY=XMLRiver API key. · XMLRIVER_PRICE_PER_CALL=Price per SERP call in RUB for cost logging (default 0.02). · XMLRIVER_USER=XMLRiver user ID (from the xmlriver.com dashboard). 1 0.0 %
XMLSTOCK_EXCLUDE_DOMAINS=Aggregator domains excluded by excludeAggregators, comma-separated. · XMLSTOCK_KEY=XMLStock API key. · XMLSTOCK_PRICE_PER_CALL=Price per SERP call in RUB for cost logging (default 0.02). · XMLSTOCK_USER=XMLStock user ID (from the xmlstock.com dashboard). · XMLSTOCK_WORDSTAT_PRICE_PER_CALL=Price per Wordstat call in RUB for cost logging (default 0.019). 1 0.0 %
XMORF_API_TOKEN=Your xmorf API bearer token from xmorf.com 1 0.0 %
XPAY_EVM_KEY=Use an existing EVM private key instead of the generated wallet · XPAY_EVM_NETWORK=EVM network for XPAY_EVM_KEY (e.g. base, stable, base-sepolia) · XPAY_HOME=Override the ~/.xpay/ data directory · XPAY_NO_AUTO_WALLET=Set to error instead of auto-generating a wallet when none is configured · XPAY_PASSPHRASE=Encrypts the auto-generated wallet at rest; also unlocks an existing encrypted profile · XPAY_PROFILE=Wallet profile to load or create (default: active profile, else "default") · XPAY_SOLANA_SECRET=Use an existing Solana secret key (base58) instead of the generated wallet 1 0.0 %
XROCKET_ALLOW_MAINNET_WRITES=Additional explicit gate for every mainnet financial write · XROCKET_API_TOKEN=xRocket bearer token required for private profiles · XROCKET_APPROVAL_TTL_MS=Optional lifetime in milliseconds for prepared transfer and withdrawal approvals · XROCKET_ENABLE_TRADING=Allow autonomous order placement and cancellation inside the configured policy · XROCKET_ENABLE_TRANSFERS=Allow guarded internal funding/trading transfers in full profile · XROCKET_ENABLE_WITHDRAWALS=Allow guarded blockchain withdrawals in full profile · XROCKET_ENVIRONMENT=Official xRocket environment · XROCKET_PROFILE=Tool catalog: public, private-read, or full · XROCKET_TRADING_LIMIT=Required daily autonomous trading value when trading is enabled; for example 100 USD or 2.5 TONCOIN 1 0.0 %
XSIGNAL_WALLET=Your 0x Base address for 3 free calls per wallet; beyond that the tools return an x402 pay pointer. 1 0.0 %
XUANXUE_API_BASE=Override API base URL. Defaults to https://api.decodeyourming.com · XUANXUE_PAYMENT_TOKEN=x402 payment token for pay-per-call billing (USDC on Base). Omit to receive 402 Payment Required challenges with payment instructions. 1 0.0 %
XYZDB_TOKEN=Bearer token for a xyzdb-server started with --auth-token. Required when the server enforces authentication (any non-loopback bind does). 1 0.0 %
X_API_KEY=Atono API key. Create one in workspace settings under Manage API keys. Treat it as a password. 1 0.0 %
X_CLIENT_ID=X (Twitter) OAuth 2.0 Client ID from the X developer portal · X_CLIENT_SECRET=X (Twitter) OAuth 2.0 Client Secret (only required for confidential clients) · X_REDIRECT_URI=OAuth redirect URI, must exactly match the callback registered in the X developer portal 1 0.0 %
X_COOKIES=X/Twitter authentication cookies (JSON string or path to cookies file) · X_PASSWORD=X/Twitter password for login · X_USERNAME=X/Twitter username for login 1 0.0 %
YAFL_API_KEY=API key for authenticated transfers. Optional — omit and run `yafl login` (device flow) instead. 1 0.0 %
YAHOO_SHOPPING_APP_ID=Yahoo! JAPAN application ID. 1 0.0 %
YANDEX_API_KEY=API key for the service 1 0.0 %
YANDEX_AUDIENCE_API_HOST=API host override (https://api-audience.yandex.com for international accounts). · YANDEX_AUDIENCE_MAX_RETRIES=Retries on 429 (5xx/network retried for GET only). · YANDEX_AUDIENCE_TIMEOUT_MS=Per-request timeout in milliseconds. · YANDEX_AUDIENCE_TOKEN=Yandex OAuth token, sent as `Authorization: OAuth …`. Treat it as a secret. 1 0.0 %
YANDEX_CLIENT_ID=Yandex OAuth app client ID (for interactive auth and token refresh). · YANDEX_CLIENT_SECRET=Yandex OAuth app client secret. · YANDEX_OAUTH_TOKEN=Yandex OAuth token (shared Webmaster + Metrica); or obtain via ywm_oauth_start. · YWM_HOST_ID=Default Webmaster host, format https:example.com:443. · YWM_OAUTH_TOKEN=Dedicated Webmaster token (overrides the shared one; usually not needed). · YWM_USER_ID=Webmaster user_id (auto-detected; usually not needed). 1 0.0 %
YANDEX_DELIVERY_EXPRESS_BASE_URL=Express API root override. · YANDEX_DELIVERY_EXPRESS_TOKEN=Express-contour override of the shared token. · YANDEX_DELIVERY_LANG=Accept-Language header (required by the express methods). · YANDEX_DELIVERY_MAX_RETRIES=Retries on transient errors (429 always; 5xx/network for idempotent calls only). · YANDEX_DELIVERY_PLATFORM_BASE_URL=Platform API root; set https://b2b.taxi.tst.yandex.net for the test contour. · YANDEX_DELIVERY_PLATFORM_TOKEN=Platform-contour override of the shared token. · YANDEX_DELIVERY_TIMEOUT_MS=Per-request timeout in milliseconds. · YANDEX_DELIVERY_TOKEN=Shared Bearer token for both contours (dostavka.yandex.ru cabinet, «Интеграции» → «Получить токен»). Treat it as a secret. 1 0.0 %

Auf diesem Blatt stehen 50 von 5.683 Werten; sie decken 50 Einträge ab.

Blatt 112 von 114, 5.683 Werte insgesamt.

Gezählt wird die Projektion, dieselbe Tabelle, aus der die Liste filtert. Ein Eintrag zählt je Wert einmal.

tracevero · https://tracevero.de/werkzeuge/merkmal/mcp/roh_umgebungsbeschreibungen?seite=112