environmentsmcp: MCP integration for Nevermined Payments (Python).mcp.index: MCP integration entry-point for the Nevermined Payments Python SDK.mcp.types: Types for MCP paywall functionality.plans: Utility functions for creating and managing payment plans.utils: Utility functions for the payments library.environments.EnvironmentInfo: Data class to store environment information.index.MCPIntegration: Class-based MCP integration for Payments.types.AuthResult: Result returned by authentication routines.types.BasePaywallOptions: Common paywall options shared by all handler kinds.types.PaywallContext: Context provided to paywall-protected handlers.types.PromptOptions: Paywall options for a prompt handler.types.ResourceOptions: Paywall options for a resource handler.types.ToolOptions: Paywall options for a tool handler.environments.get_environment: Get the environment configuration by name.index.build_mcp_integration: Factory that builds the class-based MCP integration.plans.get_crypto_price_config: Get a fixed crypto price configuration for a plan.plans.get_dynamic_credits_config: Get a dynamic credits configuration for a plan.plans.get_erc20_price_config: Get a fixed ERC20 token price configuration for a plan.plans.get_expirable_duration_config: Get an expirable duration configuration for a plan.plans.get_fiat_price_config: Get a fixed fiat price configuration for a plan.plans.get_fixed_credits_config: Get a fixed credits configuration for a plan.plans.get_free_price_config: Get a free price configuration for a plan.plans.get_native_token_price_config: Get a fixed native token price configuration for a plan.plans.get_non_expirable_duration_config: Get a non-expirable duration configuration for a plan.plans.set_proof_required: Set whether proof is required for a credits configuration.plans.set_redemption_type: Set the redemption type for a credits configuration.utils.decode_access_token: Decode an access token to extract wallet address and plan ID.utils.generate_step_id: Generate a random step id.utils.get_ai_hub_open_api_url: Returns the URL to the OpenAPI documentation of the AI Hub.utils.get_query_protocol_endpoints: Returns the list of endpoints that are used by agents/services implementing the Nevermined Query Protocol.utils.get_random_big_int: Generate a random big integer with the specified number of bits.utils.get_service_host_from_endpoints: Extract the service host from a list of endpoints.utils.is_ethereum_address: Check if a string is a valid Ethereum address.utils.is_step_id_valid: Check if the step id has the right format.utils.json_replacer: Custom JSON replacer function to handle special values.utils.sleep: Sleep for the specified number of milliseconds.utils.snake_to_camel: Convert snake_case to camelCase.This file was automatically generated via lazydocs.