Skip to main content
Glama

propublica-mcp

converters.pyi•643 B
from typing import Callable, Any, overload from attrs import _ConverterType, _CallableConverterType @overload def pipe(*validators: _CallableConverterType) -> _CallableConverterType: ... @overload def pipe(*validators: _ConverterType) -> _ConverterType: ... @overload def optional(converter: _CallableConverterType) -> _CallableConverterType: ... @overload def optional(converter: _ConverterType) -> _ConverterType: ... @overload def default_if_none(default: Any) -> _CallableConverterType: ... @overload def default_if_none( *, factory: Callable[[], Any] ) -> _CallableConverterType: ... def to_bool(val: str | int | bool) -> bool: ...

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/asachs01/propublica-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server