identitymonk/mcp-standard-finder
If you are the rightful owner of mcp-standard-finder and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Standards Finder is a Python MCP server designed to fetch, parse, and read RFCs and Internet Drafts from IETF websites, providing tools and resources for programmatic interaction with these documents.
Tools
Functions exposed to the LLM to take actions
get_rfc
Fetch an RFC document by its number.
search_rfcs
Search for RFCs by keyword.
get_rfc_section
Get a specific section from an RFC.
get_internet_draft
Fetch an Internet Draft document by its name.
search_internet_drafts
Search for Internet Drafts by keyword.
get_internet_draft_section
Get a specific section from an Internet Draft.
get_working_group_documents
Get all active RFCs and Internet Drafts for a specific IETF working group.
get_openid_spec
Fetch an OpenID Foundation specification by its name.
search_openid_specs
Search for OpenID Foundation specifications by keyword.
get_openid_spec_section
Get a specific section from an OpenID Foundation specification.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client