Apier for LangChain
no.apier/mcp
Compliance infrastructure API connecting AI agents to Norwegian government systems (Altinn, BRREG).
client:LangChain
transport:streamable-http
tools:25
Install Apier in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"mcp": {
"transport": "streamable_http",
"url": "https://www.apier.no/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs
What LangChain can do once it is connected
- get_company_summary
- get_public_obligations
- get_exchange_rate
- list_acting_capacity
- get_company_profile
- check_authorization
- get_company_context
- get_company_deadlines
- get_company_obligations
- get_public_deadlines
- validate_action
- explain_compliance_error
- search_companies
- get_company_verification
- get_company_authority
- get_company_accounts
- get_company_filing_history
- list_changes
- get_altinn_migration_guidance
- request_fullmakt
- check_fullmakt
- revoke_fullmakt
- get_pricing
- get_credit_balance